@charset "euc-jp";
.custom-cap-size{
  padding-right: 15px;
}

.cell_1, .cell_2{
  font-size: 11px;
  font-weight: normal;
}
.cell_2 label{
  font-size: 11px;
}

.product-contents{
  padding: 0;/* padding: 0 1.5%; */
}
.topicpath-nav {
  margin: 30px auto;
  font-size: 14px;
}
.product-image {
  width: 55%;
  padding: 0;
  margin: 0 0 35px;
}
img.mainImage {
  width: 100%;
}
.product-image-main {
  margin: 0 0 2.7%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-image-thumb {
  padding: 0 ;
}
.product-image-thumb li {
  padding: 0 2.7% 0 0;
  cursor: pointer;
  margin: 0 0 2.6%;
}
.product-image-thumb img {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.custom-thumb{
  margin-right: -2.6%;
}

.product-cart {
  width: 45%;
  padding: 0 0 0 5%;
  margin: 0 0 40px;
}

.product-name{
  font-size: 22px;
  margin: -0.2em 0 1.2em 0;
}
.product-order {
  margin: 0;
}
.product-option {
  padding: .2em 0 0;
}
.product-option-table{
  margin: 0 0 15px;
}
.product-option-table table{
  width: 100%;
}
.product-option-table th,
.product-option-table td {
  text-align: center;
}
.product-option-table td input[type="radio"] {
  margin-bottom: 5px;
}
.product-option-select {
  position: relative;
}
.product-option-select .product-option-unit {
  clear: left;
  float: left;
  width: 100%;
}
.product-option-select .option-select-name {
  display: block;
  margin: 0 0 .5em;
}
.product-option-select .product-option-unit select{
  margin: 0 0 1em;
}
.product-order-price {
  color: #000;
  text-align: left;
  font-size: 20px;
  margin: 0 0 25px;
}
.product-order-regular {
  color: #abaaaa;
  text-decoration: line-through;
}
.product-order-discount {
  color: #E33D3D;
  font-weight: bold;
}
.product-order-input {
  text-align: left;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1;
}
.input-border{
  display: block;
  width: 100%;
  overflow: hidden;
  border: solid 1px #ddd;
}
.product-order-input input {
  padding: 15px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 100%;
  background: transparent;
  border: none;
}
.option-name{
  font-size: 16px;
  color: #aaa;
  margin: 0 0 .5em;
}
.btn-addcart {
  line-height: 24px;
}
  .btn-addcart span {
    padding-left: 12px;
  }
  .btn-quick span {
    padding-left: 7px;
   }
  .btn-block span {
     padding-left: 7px;
   }
.stock_error,
.product-member-sale-msg {
  margin: 15px 0 0;
  color: #E33D3D;
  font-weight: bold;
  font-size: 15px;
}

.newbtn {
  background-color: #870323;
  color: #444;
  *background-color: #870323;
  width: 100%;
  border-radius: 0;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
  border-radius: 5px;
  color: #fff;
}
.newbtn:hover {
  opacity: 0.8;
}
.newbtn .icon_cartbtn {
  background-image: url(https://img21.shop-pro.jp/PA01427/102/etc/icon_itemcart.png?cmsp_timestamp=20190513171050);
  width: 27px;
  height: 28px;
  display: inline-block;
  background-position: center center;
}

.product-order-exp {
  padding: 0;
  margin: 0 0 55px;
  line-height: 1.8;
}

.product-order-spec {
  margin: 0 0 15px;
  font-size: 20px;
  table-layout: fixed;
}
.product-order-spec th {
  width: 30%;
  font-weight: normal;
  border: none;
  padding: 0 15px 10px 0;
}
.product-order-spec td {
  width: 70%;
  white-space: nowrap;
  border: none;
  text-overflow: ellipsis;
  padding: 0 15px 10px 0;
  overflow: hidden;
}
.product-info-lst {
  text-align: left;
  margin: 0;
  font-size: 16px;
}
.product-info-lst li {
  padding: .5em;
}
.product-info-lst a {
  color: #aaa;
}
.product-info-lst a:hover{
  color: #444;
}
.product-info-lst .social-share {
  display: block;
}
.social-share li {
  margin: 1em;
}

.together-block .prd-lst-link {
  padding: 0 4.6%;
}

.not-found {
  padding: 2.2em 1.4% 0;
}

.text-titles,
.password-field-wrap {
  margin: 0 0 1em;
}
.text-titles-list__name,
.password-field-list__name {
  display: block;
  margin: 0 0 .5em;
}
.text-titles-list__detail input,
.password-field-list__detail input {
  padding: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 700px;
  background: transparent;
  border: none;
}

@media (max-width: 768px) {
  .product-cart{
    width: 100%;
    padding: 0;
  }
  .product-image {
    width: 100%;
    float: none;
  }
  #prd-opt-table{
    margin: 0;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
  .product-option-select .product-option-wrapper {
    position: static;
    float: none;
  }
  .product-option-select .product-option-unit {
    position: static;
    float: none;
    margin-bottom: 1em;
    width: 100%;
  }
  .product-option-select .product-option-unit div {
    padding: 0;
  }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .btn-addcart .btn-wrap {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .product-order-spec th {
    width: 22%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
  }
  .product-info-lst a {
    display: block;
  }
  .social-share a {
    display: inline;
    padding: .5em 0;
  }
}

@media (max-width: 480px) {
  .product-image{
    float: none;
    width: 100%;
    margin: 0 0 25px
  }
  .product-image-thumb li {
    margin-bottom: 10px;
  }
  .product-order {
    width: 100%;
  }
  .product-order-exp{
    margin: 0 0 30px;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}

.icon-cart, .icon-paper_plane,.icon-circled_minus {
  vertical-align: -4px;
}


/*===============================================================

  追加分(商品詳細)

================================================================*/
@media screen and (min-width: 768px) {
  .container {
      max-width: 934px;
  }
}


/*===============================================================

  商品テンプレ

================================================================*/
.cf {
	zoom:1;/*for IE 5.5-7*/
}
.cf:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.fleft{float:left;}
.fright{float:right;}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

/*----------------------------------
    section
------------------------------------*/
@media screen and (min-width: 768px) {
  .section_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: inline-flex; */
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}


#item .contents_inner h2 {
  float: left;
  margin: -40px auto 0;
}
#item .contents_inner .item_r {
  float: right;
  max-width: 900px;
  width: 90%;
}

/*----------------------------------
    commentSection
------------------------------------*/
.commentSection {
  margin: 90px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .commentSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .commentSection .ttl01_wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .commentSection {
    padding: 0;
    margin: 30px auto;
    width: 92%;
  }
  .commentSection_inner .item_wrap {
    margin: 20px auto;
  }
}

.commentSection_inner {
  position: relative;
  padding-top: 70px;
}

.commentSection p {
  font-size: 18px;
}
.commentSection h3 {
  font-size: 24px;
  margin: 60px auto 10px;
  font-weight: normal;
}


/*----------------------------------
    setSection
------------------------------------*/
.setSection {
  margin: 90px 0;
  position: relative;
}

.setSection p {
  font-size: 18px;
}
.setSection h3 {
  margin: 0;
}
.setSection .ttl01_jp {
  color: #fff;
}
.setSection .setbox {
  margin: 30px auto;
}

.setSection .setbox .img {
  float: left;
  width: 15%;
}
.setSection .setbox .text {
  float: right;
  width: 80%;
  margin-left: 2%;
}
.setSection .setbox p.text01 {
  color: #eed9bb;
  font-size: 23px;
}
.setSection .setbox p.text02 {
  margin-top: 10px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .setSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://img21.shop-pro.jp/PA01427/102/etc/bg_setarea.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .setSection .ttl01_wrap {
    margin-top: 0;
  }
  .setSection_inner:before {
    z-index: -1;
    width: 474px;
    height: 173px;
    top: -80px;
    right: -120px;
  }
  .setSection_inner .item_wrap {
    flex: 1 1 0;
    max-width: 1000px;
    padding: 120px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .setSection {
    padding: 0;
    margin: 60px auto;
    width: 92%;
  }
  .setSection_inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .setSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://img21.shop-pro.jp/PA01427/102/etc/bg_setarea.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .setSection .setbox .img {
    width: 30%;
  }
  .setSection .setbox .text {
    width: 65%;
    margin-left: 5%;
  }
  .setSection .setbox p.text01 {
    font-size: 18px;
  }
  .setSection .setbox p.text02 {
    font-size: 14px;
  }
}

/*----------------------------------
    aboutSection
------------------------------------*/
.aboutSection {
  margin: 90px 0;
  position: relative;
}

.aboutSection p {
  font-size: 18px;
}
.aboutSection h3 {
  margin: 0;
}
.aboutSection h3.wine {
  background-image: url(https://img21.shop-pro.jp/PA01427/102/etc/icon_wine.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 60px;
  padding: 15px 0 15px 60px;
  box-sizing: border-box;
}
.aboutSection h3.japan {
  background-image: url(https://img21.shop-pro.jp/PA01427/102/etc/icon_japan.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 60px;
  padding: 15px 0 15px 60px;
  box-sizing: border-box;
}
.aboutSection h3.sommelier {
  background-image: url(https://img21.shop-pro.jp/PA01427/102/etc/icon_sommelier.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 66px;
  padding: 15px 0 15px 60px;
  box-sizing: border-box;
}
.aboutSection .about_box {
  background: url(https://img21.shop-pro.jp/PA01427/102/etc/bg_about_in.jpg);
  padding: 30px;
  box-sizing: border-box;
  margin: 1px auto;
  border:1px #e2e2e2 solid;
}
.aboutSection .about_box .bg_sommelier {
  background: url(https://img21.shop-pro.jp/PA01427/102/etc/kinoshita_husband_wife.jpg?cmsp_timestamp=20190604220932);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 25% ;
}
.aboutSection .about_box .bg_sommelier p {
  width: 50%;
}
.aboutSection .about_box_in {
  margin-left: 5%;

}
.aboutSection .about_box_in p span {
  display: inline-block;
  color: #fff;
  background: #870323;
  padding: 10px;
  margin: 20px 30px 10px 0;
  float: left;
  width: 15%;
  text-align: center;
  box-sizing: border-box;
}
.aboutSection .about_box_in p span img {
  width: 70%;
}
.aboutSection .chart {
  margin: 20px 0 0 5%;
}
.aboutSection .chart p:first-child {
  float: left;
  width: 20%;
}
.aboutSection .chart p:last-child {
  float: left;
  width: 70%;
  padding: 1% 0;
  margin-left: 5%;
}
.aboutSection .manager p:first-child {
  float: left;
  width: 60%;
}
.aboutSection .manager p:last-child {
  float: left;
  width: 30%;
  padding: 1% 0;
  margin-left: 5%;
}
.aboutSection_inner {
  position: relative;
}
.aboutSection_inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .aboutSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://img21.shop-pro.jp/PA01427/102/etc/bg_about.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .aboutSection .ttl01_wrap {
    margin-top: 0;
  }
  .aboutSection_inner:before {
    z-index: -1;
    width: 474px;
    height: 173px;
    top: -80px;
    right: -120px;
  }
  .aboutSection_inner .item_wrap {
    flex: 1 1 0;
    max-width: 1000px;
    padding: 120px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .aboutSection {
    padding: 0;
    margin: 60px auto;
    width: 92%;
  }
  .aboutSection .about_box {
    padding: 30px 20px;
  }
  .aboutSection_inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .aboutSection_inner:before {
    width: 237px;
    height: 87px;
    top: -50px;
    right: -100px;
  }
  .aboutSection_inner .item_wrap {
    padding: 80px 0;
    margin: 20px auto;
  }
  .aboutSection_inner .item_wrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec01.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .aboutSection_inner .item_wrap {
    padding: 30px 20px 0;
    margin: 0 auto;
  }
  .aboutSection .about_box_in {
    margin: 20px auto 0;
  }
  .aboutSection .about_box_in p span {
    padding: 5px 30px;
    margin-right: 0;
    margin-bottom: 20px;
    width: 70%;
    box-sizing: border-box;
  }
  .aboutSection .about_box .bg_sommelier {
    background: url(https://img21.shop-pro.jp/PA01427/102/etc/kinoshita_husband_wife.jpg?cmsp_timestamp=20190604220932);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 70%;
  }
  .aboutSection .about_box .bg_sommelier p {
    width: 100%;
  }
}

/*----------------------------------
    historySection
------------------------------------*/
.historySection {
  margin: 90px 0;
  position: relative;
}
.historySection_inner {
  position: relative;
}
.historySection_inner:before, .historySection_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.historySection .history_text {
  margin: 0 auto 60px;
}
.historySection .history_text h3 {
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  position: relative;
  z-index: 2;
  line-height: 1.5em;
}
.historySection .history_text p {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.historySection .history_text p.img {
  max-width: 420px;
  width: 42%;
  max-height: 258px;
  text-align: center;
  padding: 0;
  margin: 20px 0 0;
  clear: both;
}
.historySection .history_text p.img img {
  float: left;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .historySection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://img21.shop-pro.jp/PA01427/102/etc/bg_history.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .detaSection .ttl01_wrap {
    margin-top: 0;
  }
  .historySection_inner:before, .historySection_inner:after {
    z-index: -1;
    width: 474px;
    height: 173px;
  }
  .historySection_inner:before {
    top: 300px;
    right: -120px;
  }
  .historySection_inner:after {
    top: 200px;
    left: -100px;
  }
  .historySection_inner .item_wrap {
    flex: 1 1 0;
    max-width: 1000px;
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .historySection {
    padding: 0;
    margin: 30px auto;
    width: 92%;
  }
  .historySection_inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .historySection_inner:before, .historySection_inner:after {
    width: 237px;
    height: 87px;
  }
  .historySection_inner:before {
    top: 500px;
    right: -148px;
  }
  .historySection_inner:after {
    top: 100px;
    left: -105px;
  }
  .historySection_inner .item_wrap {
    padding: 80px 0;
  }
  .historySection_inner .item_wrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec03.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .historySection_inner .item_wrap {
    padding: 30px 20px 0;
    margin: 20px auto;
  }
  .historySection_inner {
    padding-bottom: 50px;
  }
  .historySection .history_text p.img {
    width: auto;
    margin: 20px 0;
  }
  .historySection .history_text p.img img {
    float: none;
    margin-right: 0px;
    height: -webkit-fill-available;
  }
}

/*----------------------------------
    detaSection
------------------------------------*/
.detaSection {
  margin: 90px 0;
  position: relative;
}
.detaSection_inner {
  position: relative;
  padding-top: 70px;
}

.detaSection .item_wrap {
  width: 100%;
}
.detaSection h3 {
  font-size: 25px;
  font-weight: normal;
}
.detaSection table th {
  width: 20%;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
  border-top: 1px #e2e2e2 dashed;
  border-right: 2px #e2e2e2 solid;
}
.detaSection table td {
  font-size: 16px;
  padding: 10px 20px;
  border-top: 1px #e2e2e2 dashed;
}
.detaSection table tr:nth-child(2n) th,.detaSection table tr:nth-child(2n) td {
  background: #f2f2f2;
}
.detaSection table tr:last-child th,.detaSection table tr:last-child td {
  border-bottom: 1px #e2e2e2 dashed;
}

@media screen and (min-width: 768px) {
  .detaSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .detaSection .ttl01_wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .detaSection {
    padding: 0;
    margin: 30px auto;
    width: 92%;
  }
  .detaSection table th {
    width: 35%;
    padding: 10px;
  }
  .detaSection table td {
    padding: 10px;
  }
}

/*----------------------------------
    deliverySection
------------------------------------*/
.deliverySection {
  margin: 90px 0;
  position: relative;
}
.deliverySection_inner {
  position: relative;
  padding-top: 70px;
}

.deliverySection_inner:before, .deliverySection_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .deliverySection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec03.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .deliverySection .ttl01_wrap {
    margin-top: 0;
  }
  .deliverySection_inner:before, .deliverySection_inner:after {
    z-index: -1;
    width: 474px;
    height: 173px;
  }
  .deliverySection_inner:before {
    top: 0;
    right: -120px;
  }
  .deliverySection_inner:after {
    bottom: 0;
    left: -100px;
  }
  .deliverySection_inner .item_wrap {
    flex: 1 1 0;
    max-width: 1000px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .deliverySection {
    padding: 0;
    margin: 0;
  }
  .deliverySection_inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .deliverySection_inner:before, .deliverySection_inner:after {
    width: 237px;
    height: 87px;
  }
  .deliverySection_inner:before {
    top: 100px;
    right: -148px;
  }
  .deliverySection_inner:after {
    top: 300px;
    left: -105px;
  }
  .deliverySection_inner .item_wrap {
    padding: 80px 0;
  }
  .deliverySection_inner .item_wrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec03.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .deliverySection_inner .item_wrap {
    padding: 30px 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .deliveryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .deliveryList {
    position: relative;
    z-index: 1;
  }
}

.deliveryList_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deliveryList_unit:nth-of-type(1), .deliveryList_unit:nth-of-type(4) {
  background-color: #fff;
}

.deliveryList_unit:nth-of-type(2), .deliveryList_unit:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  .deliveryList_unit {
    width: 50%;
    max-width: 500px;
  }
  .deliveryList_unit:nth-of-type(odd) {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  .deliveryList_unit:nth-of-type(even) {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
  }
  .deliveryList_unit:nth-of-type(n + 3) {
    border-bottom: 1px solid #dcdcdc;
  }
}

@media screen and (max-width: 767px) {
  .deliveryList_unit {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
  }
  .deliveryList_unit:last-of-type {
    border-bottom: 1px solid #dcdcdc;
  }
}

.deliveryList_unit__image img {
  width: 100%;
  height: auto;
}

.bnrarea {
  margin: 20px auto;
}
@media (max-width: 767px) {
  .bnrarea {
    width: 92%;
  }
}


@media (max-width: 768px) {
.pc {
  display: none;
}
.sp {
  display: block;
}

#wrapper {
  padding: 0;
}

}