@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;900&display=swap');
@import url("reset.css");

/* =============================================================================
   基本設定
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  background-color: transparent;
}
body {
  font-size: 1.6em;
  line-height: 1.6;
  color: #333;
  font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-feature-settings: "palt" 1;
  position: relative;
}

a {color: #333;text-decoration: underline;}
a:link {color: #333;}
a:visited {color: #333;}
a:hover {color: #bf0000;/*opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;*/-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:active {color: #bf0000;}
a:hover img {}
img {width: auto;max-width: 100%;height: auto;}

#overwrap {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}
.pc {display: none;}
.wrap {padding: 0 10px;background-color: transparent;}

/* ------------------------------------ */
/* ▼PC用 */
/* ------------------------------------ */
@media (min-width: 1000px) {
  body {line-height: 1.8;}
  #overwrap {padding-top: 0;}
  .sp {display: none !important;}
  .pc {display: block;}
  .wrap {width: 1000px;margin:0 auto;padding: 0 30px;}
}


/* =============================================================================
    keySec
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#keySec {
  padding-top: 40px;
  margin-bottom: 3em;
  background: url(../images/key_bg.jpg) no-repeat 90% 0;
  background-size: auto 100%;
  color: #fff;
}
#keySec .wrap{
  position: relative;
  height: 300px;
}
#keySec .ttlBox {
  width: 100%;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
#keySec h2 {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#keySec h2 em {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 4rem;
}
#keySec h2 span {
  font-weight: bold;
  display: block;
}


/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #keySec {
    padding-top: 0;
    margin-top: 22px;
    margin-bottom: 120px;
    background: url(../images/key_bg.jpg) no-repeat 100% 50%;
    background-size: cover;
  }
  #keySec .wrap{
    height: 400px;
  }
  #keySec .ttlBox {
  }
  #keySec h2 {
  }
  #keySec h2 em {
    font-size: 6rem;
    line-height: 1.4;
  }
  #keySec h2 span {
    font-size: 1.7rem;
  }
}


/* =============================================================================
    introSec
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#introSec {
}
#introSec p {
  margin-bottom: 1em;
}
#introSec .txt {
  text-align: center;
}
#introSec .small {
  font-size: 1.2rem;
  color: #939393;
  line-height: 1.2;
}
#introSec ul {
  width: 100%;
  margin: 40px 0;
  letter-spacing: -0.4em;
}
#introSec ul li {
  width: 33.333%;
  padding: 10px;
  display: inline-block;
}
#introSec ul li a {
  display:  block;
  background-color: #f5f5f5;
}
#introSec ul li a:hover {
  background-color: #dfcca8;
}


/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #introSec {
    margin-bottom: 80px;
  }
  #introSec .wrap {
    padding: 0;
    text-align: center;
  }
  #introSec .txt {
    margin-bottom: 2em;
  }
  #introSec .small {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #introSec ul {
    width: 100%;
    letter-spacing: -0.4em;
    margin: 100px 0 60px;
  }
  #introSec ul li {
    width: 16.666%;
    padding: 10px;
    display: inline-block;
  }
}


/* =============================================================================
    noshiSec
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#noshiSec {
  background-color: #fff;
  padding-bottom: 0;
}
#noshiSec .ttl {
  background: #59adbe;
  margin-bottom: 0;
}
#noshiSec .ttl .wrap:before {
  content: "";
  width: 630px;
  height: 140px;
  background: url(../images/ttl_noshi.jpg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 60%;
  bottom: 0;
}
#noshiSec .ttl h3:before {
  background: url(../images/icon_noshi.png) no-repeat 0 0;
  background-size: contain;
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #noshiSec .ttl .wrap:before {
    content: "";
    width: 630px;
    height: 300px;
    background: url(../images/ttl_noshi.jpg) no-repeat 0 0;
    position: absolute;
    left: 470px;
    bottom: 0;
  }
}


/* =============================================================================
    包装紙
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#wrappingSec .ttl {
  background: #faa878;
}
#wrappingSec .ttl .wrap:before {
  content: "";
  width: 755px;
  height: 140px;
  background: url(../images/ttl_wrapping.jpg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 75%;
  bottom: 0;
}
#wrappingSec .ttl h3:before {
  background: url(../images/icon_wrapping.png) no-repeat 0 0;
  background-size: contain;
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #wrappingSec .ttl .wrap:before {
    content: "";
    width: 755px;
    height: 300px;
    background: url(../images/ttl_wrapping.jpg) no-repeat 0 0;
    position: absolute;
    left: 470px;
    bottom: 0;
  }
}



/* =============================================================================
    メッセージカード・命名札
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#cardSec .ttl {
  background: #f47a7a;
}
#cardSec .ttl .wrap:before {
  content: "";
  width: 740px;
  height: 150px;
  background: url(../images/ttl_card.jpg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 75%;
  bottom: 0;
}
#cardSec .ttl h3:before {
  background: url(../images/icon_card.png) no-repeat 0 0;
  background-size: contain;
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #cardSec .ttl .wrap:before {
    content: "";
    width: 740px;
    height: 300px;
    background: url(../images/ttl_card.jpg) no-repeat 0 0;
    position: absolute;
    left: 470px;
    bottom: 0;
  }
}



/* =============================================================================
    二重包装について
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#doubleSec .ttl {
  background: #ffe17d;
}
#doubleSec .ttl .wrap:before {
  content: "";
  width: 456px;
  height: 150px;
  background: url(../images/ttl_double.jpg) no-repeat 0 0;
  position: absolute;
  background-size: contain;
  left: 80%;
  bottom: 0;
}
#doubleSec .ttl h3:before {
  background: url(../images/icon_double.png) no-repeat 0 0;
  background-size: contain;
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #doubleSec .ttl .wrap:before {
    content: "";
    width: 456px;
    height: 300px;
    background: url(../images/ttl_double.jpg) no-repeat 0 0;
    position: absolute;
    left: 760px;
    bottom: 0;
  }
}


/* =============================================================================
    挨拶状
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#greetingSec .ttl {
  background: #615c8f;
}
#greetingSec .ttl .wrap:before {
  content: "";
  width: 710px;
  height: 150px;
  background: url(../images/ttl_greeting.jpg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 80%;
  bottom: 0;
}
#greetingSec .ttl h3:before {
  background: url(../images/icon_greeting.png) no-repeat 0 0;
  background-size: contain;
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #greetingSec .ttl .wrap:before {
    content: "";
    width: 710px;
    height: 300px;
    background: url(../images/ttl_greeting.jpg) no-repeat 0 0;
    position: absolute;
    left: 500px;
    bottom: 0;
  }
}



/* =============================================================================
    紙袋・ギフトバッグ
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#bagSec {
  padding-bottom: 80px;
}
#bagSec .ttl {
  background: #b1e3d4;
}
#bagSec .ttl .wrap:before {
  content: "";
  width: 630px;
  height: 150px;
  background: url(../images/ttl_bag.jpg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 80%;
  bottom: 0;
}
#bagSec .ttl h3:before {
  background: url(../images/icon_bag.png) no-repeat 0 0;
  background-size: contain;
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #bagSec .ttl .wrap:before {
    content: "";
    width: 630px;
    height: 300px;
    background: url(../images/ttl_bag.jpg) no-repeat 0 0;
    position: absolute;
    left: 600px;
    bottom: 0;
  }
}

/* =============================================================================
    PC スライドするタブ切り替え
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
@media (max-width: 1000px) {
  .tab-wrap {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 15px;
  }

  .tab-label {
    color: #fff;
    background-color: #333;
    cursor: pointer;
    flex: 1;
    order: -1;
    padding: 30px;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }
  .tab-label .ttlTab {
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tab-label .ttlTab .txt {
    font-weight: bold;
    display: block;
  }
  .tab-label .ttlTab .txtSp {
    display: none;
  }
  .tab-center {
    border-left: 10px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
  }
  .tab-left {
    border-right: 10px solid #f5f5f5;
  }
  .tab-label:hover {
    background: rgba(51, 51, 51,0.5);
  }

  .tab-switch:checked + .tab-label {
    color: #333;
    background-color: #fff;
  }

  .tab-label::after {
    background: #333;
    top: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(100%);
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    width: 100%;
    z-index: 1;
  }

  .tab-switch:checked ~ .tab-label::after {
    transform: translateX(-100%);
  }

  .tab-switch:checked + .tab-label::after {
    opacity: 1;
    transform: translateX(0);
  }

  .tab-content {
    height:0;
    opacity:0;
    padding: 0 15px;
    pointer-events:none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
    width: 100%;
  }
  .tab-content-none {
    padding: 0 15px;
    width: 100%;
  }

  .tab-switch:checked ~ .tab-content {
    transform: translateX(30%);
  }

  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events:auto;
    transform: translateX(0);
  }

  .tab-wrap::after {
    content: '';
    height: 30px;
    order: -1;
    width: 100%;
  }
  .tab-wrap.none::after {
    content: none;
}
  .tab-switch {
    display: none;
  }

}
/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  .tab-wrap {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 60px;
  }

  .tab-label {
    color: #fff;
    background-color: #333;
    cursor: pointer;
    flex: 1;
    order: -1;
    padding: 45px;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }
  .tab-label span {
    font-weight: bold;
    line-height: 1.4;
  }
  .tab-label .ttlTab {
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tab-label .ttlTab .txt {
    display: block;
  }
  .tab-center {
    border-left: 10px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
  }
  .tab-left {
    border-right: 10px solid #f5f5f5;
  }
  .tab-label:hover {
    background: rgba(51, 51, 51,0.5);
  }

  .tab-switch:checked + .tab-label {
    color: #333;
    background-color: #fff;
  }

  .tab-label::after {
    background: #333;
    top: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(100%);
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    width: 100%;
    z-index: 1;
  }

  .tab-switch:checked ~ .tab-label::after {
    transform: translateX(-100%);
  }

  .tab-switch:checked + .tab-label::after {
    opacity: 1;
    transform: translateX(0);
  }

  .tab-content {
    height:0;
    opacity:0;
    padding: 0 60px;
    pointer-events:none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
    width: 100%;
  }
  .tab-content-none {
    padding: 0 60px;
    width: 100%;
  }

  .tab-switch:checked ~ .tab-content {
    transform: translateX(30%);
  }

  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events:auto;
    transform: translateX(0);
  }

  .tab-wrap::after {
    content: '';
    height: 60px;
    order: -1;
    width: 100%;
  }

  .tab-switch {
    display: none;
  }

}

/* =============================================================================
    contSec タブの中
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.contSec {
  padding-top: 60px;
  background-color: #f5f5f5;
}
.contSec .ttl {
  margin-bottom: 1em;
}
.contSec .ttl .wrap {
  position: relative;
  height: 150px;
}
.contSec .ttl h3 {
  padding: 0 4em 0 4em;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.contSec .ttl h3:before {
  content: "";
  width: 3em;
  height: 3em;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
}
.contSec .ttl h3 em {
  font-weight: bold;
  display: block;
  font-size: 2.6rem;
}
.contSec .ttl h3 small {
  text-transform: uppercase;
  display: block;
}
.contSec .bg {
  padding-top: 1em;
  background-color: #f5f5f5;
}
.contSec p {margin-bottom: 1em;}
.contSec dl {margin-bottom: 1em;}
.contSec dt {font-weight: bold;margin-bottom: 1em;}
.contSec dd {margin-bottom: 1em;}
.contSec img {margin-bottom: 2em;}
.contSec .bgGray{background-color: #f5f5f5;padding: 20px;margin-bottom: 1em;}
.contSec .bgWhite {background-color: #fff;padding: 1.5em;}
.contSec .ttl01 {font-weight: bold; border-left: 10px solid #333333; border-bottom: 1px solid #333333; padding: 0.5em 0 0.5em 1em; margin: 0 0 1em;}
.contSec .ttl02 {font-weight: bold; border-bottom: 1px solid #333333; line-height: 1;margin-bottom: 1em;}
.contSec .ttl02 span {background-color: #333; color: #fff; padding: 0.4em;display: inline-block;}
.contSec .ttl03 {display: inline-block;padding: 1em 4em;border-top: 5px solid #333; background-color: #fff;font-weight: bold;}
.contSec .bold {font-weight: bold;}
.contSec .red {color: #bf0000;}
.contSec .underline {text-decoration: underline;}
.contSec .small {font-size: 1.4rem;}
.contSec .box01 {width: 100%;}
.contSec .box01 li {margin-bottom: 1em; padding: 0.5em; text-align: center; background-color: #bf0000; color: #fff;}
.contSec .box01 li:last-child {margin-bottom: 0;}
.contSec .box02 {padding-left: 1em;}
.contSec .box02 li {margin-bottom: 1em; list-style: square outside;}
.contSec .mb0 {margin-bottom: 0;}
.contSec .mb2 {margin-bottom: 2em;}
.contSec .nam {display: inline-block; margin: 0 1em 0 0; padding: 0.2em 0.7em; background-color: #bf0000; color: #fff; font-weight: bold;}
.contSec .table01 table {width: 100%;}
.contSec .table01 th {width: 5%;text-align: center;background-color: #f5f5f5;border: 1px solid #d3d3d3;}
.contSec .table01 th .nam {margin-right: 0;}
.contSec .table01 td {width: 95%;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;border-right: 1px solid #d3d3d3;}
.contSec .table01 th,
.contSec .table01 td {padding: 1em 0.5em;vertical-align: middle;}

/*　のし　*/
.tab01-02 table {
  width: 100%;
  margin-bottom: 1em;
  background-color: #fff;
  border-collapse: collapse;
}
.tab01-02 tr {
  border: 1px solid #d3d3d3;
  border-collapse: collapse;
}
.tab01-02 th {
  border-right: 1px solid #d3d3d3;
  border-collapse: collapse;
}
.tab01-02 td {
}
.tab01-02 th,
.tab01-02 td {
  width: 50%;
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}
.tab01-02 thead th {
  background-color: #7a7a7a;
  color: #fff;
}
.tab01-02 .imgBox {
  width: 100%;
  letter-spacing: -0.4em;
}
.tab01-02 .imgBox li {
  width: 25%;
  padding: 0.4em;
  text-align: center;
  display: inline-block;
  letter-spacing: normal;
}
.tab01-02 .imgBox li img {
  margin-bottom: 0.5em;
}
.tab01-03 table {
  width: 100%;
  margin-bottom: 2em;
  border-bottom: 1px solid #d3d3d3;
}
.tab01-03 th {
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
}
.tab01-03 td {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.tab01-03 th,
.tab01-03 td {
  display: block;
  padding: 1em 0.5em;
  text-align: left;
  vertical-align: middle;
}

/*　ラッピング　*/
.tab02-02 ul {
  width: 100%;
  letter-spacing: -0.4em;
}
.tab02-02 li {
  width: 50%;
  letter-spacing: normal;
  display: inline-block;
  padding: 0 0.4em 1em;
  text-align: center;
  vertical-align: top;
}
.tab02-02 li a {
  text-decoration: none;
}
.tab02-02 li img {
  margin-bottom: 0.2em;
}
.tab02-02 li p {
  margin-bottom: 0;
}

/*メッセージカード・命名札*/
.tab03-01 .box03 {
  overflow: hidden;
}
.tab03-01 .box03 dt {
  width: 15%;
  float: left;
}
.tab03-01 .box03 dd {
  width: 85%;
  float: left;
}
.tab03-01 .note dt {
  border-bottom: 1px solid #333;
}

/*　ボタン　*/
.btn {
  text-align: center;
}
.btn a {
  padding: 1em;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #333;
}
.btn a:hover {
  background-color: #dfcca8;
}
.btn a span {
  padding-left: 2em;
  position: relative;
}
.btn a .contact {
  padding-left: 0;
  padding-right: 0.8em;
}
.btn a span:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.btn span.card:before {
  background: url(../images/icon_card.png) no-repeat 0 0;
  background-size: contain;
}
.btn span.greeting:before {
  background: url(../images/icon_greeting.png) no-repeat 0 0;
  background-size: contain;
}
.btn span.bag:before {
  background: url(../images/icon_bag.png) no-repeat 0 0;
  background-size: contain;
}
.btn .contact:before {
  background: url(../images/icon_tab.png) no-repeat 0 0;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8em;
  left: inherit;
  transform: translate(0, -50%);
}

/*二重包装*/
.tab04-01 .imgBox01 {
  margin-bottom: 2em;
}
.tab04-01 .imgBox02 {
  width: 100%;
  letter-spacing: -0.4em;
}
.tab04-01 .imgBox02 li {
  width: 50%;
  padding: 0 2%;
  display: inline-block;
  vertical-align: top;
}

/*挨拶状*/
.tab05-01 .conditions {
  padding-left: 1em;
}
.tab05-01 .conditions dt {
  margin-bottom: 0;
  text-indent: -1em;
}
.tab05-01 .check dt {
  border-bottom: 1px solid #333;
}

/*　ギフトバッグ　*/

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  .contSec {
    padding: 60px 0;
    background-color: #f5f5f5;
  }
  .contSec .ttl {
    margin-bottom: 100px;
  }
  .contSec .ttl .wrap {
    height: 300px;
    position: relative;
  }
  .contSec .ttl h3 {
    width: 940px;
    padding: 0 0 0 5.5em;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
  }
  .contSec .ttl h3:before {
    content: "";
    width: 4em;
    height: 4em;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
  }
  .contSec .ttl h3 em {
    font-size: 4rem;
  }
  .contSec .ttl h3 small {
    font-size: 1.4rem;
  }
  .contSec .bg {
    padding: 100px 0 60px 0;
    background-color: #f5f5f5;
  }


/*↓↓↓　タブの中 ↓↓↓*/
  .contSec p {margin-bottom: 2em;}
  .contSec .bgGray {padding: 30px; margin-bottom: 3em;}
  .contSec .ttl01 {margin: 0 0 2em;}
  .contSec .ttl02 span {padding: 0.5em 1em;}
  .contSec .ttl03 {padding: 1.8em 8em;}
  .contSec .mb0 {margin-bottom: 0;}
  .contSec .mb2 {margin-bottom: 2em;}
  .contSec .table01 th, .contSec .table01 td {
    padding: 1em 1.5em;
  }
  .contSec .table01 th {
    vertical-align: top;
  }

  .btn a {
    padding: 1.5em;
  }
  .contSec .box01 {
    width: 100%;
    letter-spacing: -0.4em;
  }
  .contSec .box01 li {
    width: 31.333%;
    margin-right: 2%;
    margin-bottom: 0;
    padding: 0.5em;
    display: inline-block;
    letter-spacing: normal;
  }

  /*　のし　*/
  .tab01-01 dd {
    overflow: hidden;
  }
  .tab01-01 dd .img01 {
    width: 320px;
    margin: 0 0 30px 30px;
    float: right;
  }
  .tab01-01 dd .img01 img {
    width: 320px;
  }
  .tab01-02 h5 {
    margin-bottom: 1em;
  }
  .tab01-02 .bgGray {
    overflow: hidden;
  }
  .tab01-02 .left {
    width: 270px;
    float: left;
  }
  .tab01-02 .left img {
    width: 270px;
  }
  .tab01-02 .right {
    width: 460px;
    float: right;
  }
  .tab01-02 .imgBox li {
    width: 12.5%;
  }
  .tab01-02 .imgBox li img {
    height: 160px;
  }
  .tab01-03 table {
    width: 100%;
    margin-bottom: 4em;
  }
  .tab01-03 th, .tab01-03 td {
    padding: 2em 1em;
    display:table-cell;
  }
  .tab01-03 th {
    width: 40%;
  }
   .tab01-03 td {
    width: 60%;
    border-top: 1px solid #d3d3d3;
  }
  .tab01-03 td img {
    width: 450px;
  }
   .tab01-03 .img01 {
    margin-bottom: 4em;
   }

/*包装紙*/
  .tab02-02 li {
    width: 25%;
    padding: 0 1em 3em 0;
  }
  .tab02-02 li:nth-child(5),
  .tab02-02 li:nth-child(6),
  .tab02-02 li:nth-child(7),
  .tab02-02 li:nth-child(8),
  .tab02-02 .butsu li {
    padding: 0 1em 0 0;
  }
  .tab02-02 .eventBox p.ttl04 {
    margin-bottom: 1em;
  }
  .tab02-02 .eventBox p.txt {
    margin-bottom: 1em;
  }
  .tab02-02 .eventBox ul li {
    padding: 0 1em 1em 0;
  }
  .tab02-03 figure img {
    margin-bottom: 4em;
  }

  /* メッセージカード */
  .tab03-01 .boxImg {
    width: 260px;
    float: right;
    margin-left: 60px;
  }
  .tab03-01 .boxImg img {
    width: 260px;
  }
  .tab03-01 .box03 {
    margin-bottom: 30px;
  }
  .tab03-01 .box03 dt {
    width: 50px;
  }
  .tab03-01 .box03 dd {
  }
  .tab03-01 .box04 {
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
  }
  .tab03-01 .box04 img:nth-child(1) {
    width: 464px;
    float: left;
  }
  .tab03-01 .box04 img:nth-child(2) {
    width: 325px;
    float: right;
  }
  .tab03-02 .box02 {
    margin-bottom: 60px;
  }
  .tab03-02 figure {
    margin-bottom: 30px;
  }
  .tab03-02 figure img {
    width: 820px;
  }
  .tab03-02 .table01 p {
    margin-bottom: 1em;
  }

  /*二重包装*/
  .tab04-01 .imgBox02 li img {
    margin-bottom: 1em;
  }
  .tab04-01 .imgBox02 li:nth-child(3),
  .tab04-01 .imgBox02 li:nth-child(4),
  .tab04-01 .imgBox02 li:nth-child(5) {
    width: 33.333%;
  }
  .tab04-01 .imgBox03 {
    overflow: hidden;
  }
  .tab04-01 .imgBox03 .img07 {
    width: 410px;
    float: right;
  }
  .tab04-01 .imgBox03 .img07 img {
    margin-bottom: 0;
  }
  .tab04-01 .imgBox03 p {
    width: 380px;
    float: left;
  }

  /*仏事用 別注挨拶状*/
  .tab05-01 .box02 li:last-child {
    margin-bottom: 0;
  }
  .tab05-01 .btn {
    margin-bottom: 0;
  }
  .tab06-01 .btn {
    width: 380px;
  }
  .tab06-01 .btn.left {
    float: left;
  }
  .tab06-01 .btn.right {
    float: right;
  }
}

/* =============================================================================
    luminous
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

.lum-lightbox{
  z-index: 999;
}
.lum-gallery-button {
  display: none !important;
}
a.zoom{
  position: relative;
  display: inline-block;
  cursor: zoom-in;
}
a.zoom::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: rgba(0,0,0,0.5);
  background-image: url("../images/icon_plus.png");
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
}
.lum-lightbox-inner img {
  border: 10px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .lum-lightbox-inner img {
    max-width: 90vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;  /* 上下に適度に余白 */
  }
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  a.zoom::after{
    content: none;
  }
  .lum-lightbox-inner img {
    border: 30px solid #fff;
    border-radius: 15px;
    background-color: #fff;
  }
}

/* =============================================================================
    pageTop
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#pageTop {
  width: 50px;
  bottom: 5px;
  position: fixed;
  right: 5px;
  background-color: #333333;
  border-radius: 200px;
  padding: 0.5em;
  text-align: center;
}
#pageTop a {
  display: block;
}
#pageTop a img {
  width: 40px;
  padding: 0 2px 4px 2px;
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {
  #pageTop {
    width: 100px;
    bottom: 10px;
    position: fixed;
    right: 10px;
    background-color: #333333;
    border-radius: 200px;
    padding: 1em;
    text-align: center;
  }
  #pageTop a {
    display: block;
  }
  #pageTop a img {
    width: 80px;
    padding: 0 2px 4px 2px;
  }
}

/* =============================================================================
    footer
   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
footer {
  padding: 2em 0;
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

/* -------------------------------------------- */
/* ▼PC・タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {

}


/* =============================================================================

   ========================================================================== */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */


/* -------------------------------------------- */
/* ▼PC・タブレット兼用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 1000px) {

}
