@charset "euc-jp";
html {
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
  font-family: 'scroll-behavior:smooth';
}
body {
    background: url(https://img12.shop-pro.jp/PA01064/593/etc/re_bg-white-paperboard.jpg);
    color: #391700!important;
    font-size: 14px!important;
    line-height: 1.7em!important;
}
@media screen and (max-width: 991px) {
  body{
    padding-top: 60px;
  }
}
.container{
  max-width: 1180px!important;
}
hr {
    background: url(https://img12.shop-pro.jp/PA01064/593/etc/re_hr.png) no-repeat;
    border: none!important;
    height: 10px!important;
}
img{
  max-width: 100%;
}
a {
  color: #391700!important;
}
a:hover,
a:focus {
  color: #391700;
  text-decoration: none;
}
a:hover img,
a:focus img {
  opacity: 0.8;
}
.content-block{
  padding-top: 70px;
  padding-bottom: 70px;
}
.content-bottom{
  padding-bottom: 70px;
}
.title-primary{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  background-color: #66270F;
  color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
}
.title-primary span {
    width: 25%;
    float: right;
    text-align: right;
    font-family: Oswald, sans-serif;
    font-weight: normal;
}
.title-secondary{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  color: #66270F;
  line-height: 1.5em;
  font-weight: 700;
}
a.btn-orange-arrow{
  font-family: 'Zen Maru Gothic', sans-serif;
  display: flex;
  align-items: center;
  background-color: #CE712A;
  color: #fff!important;
  border-radius: 20px;
  width: 185px;
  padding: 10px 15px;
  position: relative;
}
a.btn-orange-arrow::after {
  content: '\f061';
  display: block;
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
a.btn-orange-arrow:hover{
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.link-area{
   margin-top:-80px;
   padding-top:80px;
}
@media screen and (max-width: 991px) {
  .title-primary{
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .content-block{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-bottom{
    padding-bottom: 50px;
  }
}

/**
 * header
 */
.header {
  font-weight: bold;
}
.header-pc-only ul{
  list-style: none;
}
.header-pc-only ul li i{
  color: #6AB1AC;
}
.header-pc-only a:hover{
  text-decoration: underline;
}
#global-nav {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 15px;
}
.btn-burger {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
}
.icon, .icon:before, .icon:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 26px;
  background-color: #000;
  border-radius: 2px;
  display: block;
  content: '';
  cursor: pointer;
  margin: auto;
}
.icon:before {
  top: 20px;
}
.icon:after {
  top: -20px;
}
.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger .icon {
  background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  transform: rotate(45deg);
  top: 0;
}
.icon,
.icon:before,
.icon:after {
  transition: all .8s;
}
.nav-list {
  list-style: none;
  margin: 0;
  padding-left: 0px;
}
.nav-list a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: .3s;
}
@media screen and (min-width: 1180px) {
  .nav-list {
    width: 1152px;
  }
}
@media screen and (max-width: 1179px) {
  .nav-list {
    width: 100%
  }
  .nav-list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1299px) {
  #global-nav .logo img{
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  #global-nav {
    padding-bottom: 30px;
  }
  #global-nav .logo{
    padding-left: 15px;
  }
  #global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
  }
  .btn-burger {
    display: none;
  }
  .nav-list {
    display: flex;
    justify-content: space-between;
  }
  .nav-list a:hover{
    opacity: 1;
    transform: translateY(-4px);
    text-decoration: none;
  }
  .nav-list a:hover:after{
    content: "";
    display: block;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      /*background-color: #E9E9DF;*/
      background-color: #f1e3c7;
      position: absolute;
      right: 50%;
      top: 50%;
      transform: translate(50%, -50%);
      z-index: -1;
  }
}
@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/re_bg-white-paperboard.jpg);
  }
  .drawer{
    position: absolute;
    top: 0;
    right: -15px;
  }
  .header .nav-toggle:not(:checked) ~ .nav >* {
    display: none;
  }
  .header .nav{
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .nav-list{
    padding-top: 58px;
    padding-left: 0px;
  }
  .nav-list li{
    padding: 5px 15px;
  }
  .header .nav-toggle:checked ~ .nav {
    opacity: 1;
    visibility: visible;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: #fff;
    z-index: 100;
    display: block;
    overflow: auto;
  }
  .nav-list a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  a.btn-cart{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6AB1AC;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 45px;
    top: 0px;
  }
  .btn-cart svg{
    width: 28px;
  }
  #global-nav {
    padding-top: 12px;
  }
  .nav-list a.nav-fukapon{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/category/1786604_0.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #FCF7ED;
  }
  .nav-list a.nav-paft{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/category/2337956_0.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #FCF7ED;
  }
  .nav-list a.nav-fashioned{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/category/469045_0.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #FCF7ED;
  }
  .nav-list a.nav-oiri{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/category/469046_0.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #FCF7ED;
  }
  .nav-list a.bg-yellow{
    background-color: #FCF7ED;
  }
  .icon-sns{
    list-style: none;
    display: flex;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
  }
  .icon-sns li{
    margin: 15px;
  }
  .arrow-right{
    position: relative;
    line-height: 60px;
  }
  .arrow-right:before{
    content: '\f061';
    position: absolute;
    top: 0;
    right: 15px;
    color: #CE712A;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
  }
}

/**
 * 商品一覧
 */
.product-unit {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-unit a{
  display: block;
  margin-bottom: auto;
}
.product-unit a:hover{
  text-decoration: none;
}
.product-unit .product-info {
  margin-top: 10px;
}
.product-unit .product-info h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-unit .product-info .product-description{
  font-size: 13px;
}
.product-unit .product-price {
  color: #D4712A;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-unit .img-border-radius{
  border-radius:12px;
}
a:hover .product-info,
a:hover .btn-more{
  opacity: 0.7;
}
.product-unit .btn-more{
  font-family: 'Zen Maru Gothic', sans-serif;
  display: block;
  border: 1px solid #815340;
  border-radius: 20px;
  padding: 3px 15px;
  font-weight: bold;
  position: relative;
}
.product-unit .btn-more:before{
  content: '\f061';
  position: absolute;
  right: 15px;
  color: #815340;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.product-unit .btn-more:hover{
  opacity: 0.7;
}
.productlist-cart form{
  margin-bottom: 0px;
}
.productlist-cart .quantity,
.productlist-cart .cartbtn{
  width: 100%;
}
.productlist-cart .quantity{
  background-color: #fff;
  border: 1px solid #815340;
  border-radius: 7px;
}
.productlist-cart .quantity .add-cart-num{
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.productlist-cart .quantity .add-num-wrap{
  width: 25px;
  height: 100%;
  border-left: 1px solid #815340;
  text-align: center;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #F5EEDC;
  margin-left: -1px;
}
.productlist-cart .quantity .add-num-wrap a{
  padding-top: 4px;
}
.productlist-cart .cartbtn input[type="submit"] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #6AB1AC;
  color: #fff;
  border: 1px solid #6AB1AC;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
}
.productlist-cart .cartbtn input[type="submit"]:hover {
  opacity: 0.7;
}
.soldout{
  font-size: 13px;
  color: #ff0000;
}

@media screen and (min-width: 576px) {
  .product-unit {
    padding: 25px 10px;
    background: #FFF;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 100%;
  }
  .productlist-cart .quantity{
    width: 40%;
  }
  .productlist-cart .cartbtn{
    width: 60%;
  }
  .productlist-cart{
    margin-top: 15px;
  }  
}
@media screen and (min-width: 992px) {
  .product-unit {
    padding: 25px;
  }
}


/**
 * ご利用ガイド
 */
.user-guide{
  background: url(https://img12.shop-pro.jp/PA01064/593/etc/1805-bg-kodawari.png) repeat;
  padding-top: 45px;
  padding-bottom: 45px;
}
.user-guide h2{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 22px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.user-guide h2::after {
  content: "";
  background: url(https://img12.shop-pro.jp/PA01064/593/etc/re_hr.png) no-repeat;
  width: 190px;
  height: 10px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 95px);
}
.user-guide h3{
  background-color: #fff;
  width: 100%;
  height: 26px;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 26px;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
.user-guide h3::before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #6AB1AC;
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: 50%;
}
.user-guide h3.card::before{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-card%402x.png);
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.user-guide h3.truck::before{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-truck%402x.png);
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.user-guide h3.return::before{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-return%402x.png);
  background-repeat: no-repeat;
  background-size: 14px 12px;
}
.user-guide h3.delivery::before{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-delivery%402x.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.user-guide h3.calendar::before{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-calendar%402x.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.user-guide h3.tel::before{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-tel%402x.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.list-card li{
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.user-guide p{
  font-size: 13px;
  line-height: 1.6em;
}
.user-guide a{
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
}
.user-guide a::before{
  content: '\f144';
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  color: #CE712A;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.user-guide .btn-orange-arrow{
  text-decoration: none;
  width: 300px;
  font-size: 15px;
}
.user-guide .tel-number{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}
.user-guide .tel-number a{
  font-size: 24px;
  padding-left: 0px;
}
.user-guide .tel-number a::before{
  content: '';
}
/**
 * footer
 */
.footer{
  padding-top: 50px;
  padding-bottom: 40px;
}
.footer li{
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer li::before{
  content: '\f144';
  display: block;
  position: absolute;
  left: 0px;
  color: #CE712A;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.copyright{
  color: #A89A91;
  font-size: 13px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .footer{
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

/**
 * sideber
 */
#side{
  font-size: 14px;
}
#side aside h1 {
  margin: 0;
}
#side aside ul{
  margin-left: 0px;
}
#side aside ul li {
  margin-bottom: 25px;
}
#side aside ul li form {
  background: url('https://img12.shop-pro.jp/PA01064/593/etc/re_bg-form-search.png') no-repeat;
  background-size: 100%;
  line-height: 35px;
  position: relative;
  width: 100%;
  height: 35px;
}
#side aside ul li form input {
  background: none;
  border: none;
  width: 180px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#side aside ul li form button {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
}
#side aside ul li form button::after{
  content: '\f002';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #66270F;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
/*item-category*/
#side .item-category ul {
  margin: 25px 0 45px;
}
#side .item-category ul li {
  margin: 0 0 12px;
}
#side .item-category ul li a {
  font-weight: bold;
  text-decoration: none;
}
#side .item-category ul li a img {
  padding: 0 1em 0 0;
}
/*social*/
#side .social ul li {
  margin: 0px 0px 20px 5px;

  font-weight: bold;
}
#side .social ul li a img {
  padding: 0 1em 0 0;
}
#side .social ul li a{
  text-decoration: none;
}

/**
 * 商品検索
 */
#breadcrumbs{
  font-size: 12px;
}
.cg_freespace_01 img{
  margin-bottom: 15px;
}
.cg_freespace_01 p{
  font-size: 14px;
}
.sortorder{
  text-align: right;
  margin-bottom: 15px;
}
.sortorder span{
  background-color: #f1e3c7;
}

/* フリーページ01　深澤製菓について　ギャラリー */
.gallery .bg-blue{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-gallery-bg.png);
  background-repeat: repeat;
  width: 100%;
  outline : 1px solid #FFFFFF;
  outline-offset : -13px;
  position: relative;
  padding: 75px 100px!important;
}
.gallery .bg-blue::before{
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  border: 8px solid #fff;
}
.gallery .bg-blue::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  right: 13px;
  border: 8px solid #fff;
}
.object-fit{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery .history{
  position: absolute;
  bottom: 15%;
  right: -60px;
  z-index: 2;
}
.gallery .mind{
  position: absolute;
  bottom: 15%;
  right: -40px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .gallery .challenge{
    position: absolute;
    bottom: 15%;
    left: -115px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .gallery .bg-blue{
    padding: 50px 50px 85px 50px!important;
  }
  .gallery .history{
    bottom: 0%;
    right: 25px;
    z-index: 0;
  }
  .gallery .mind{
    bottom: -20px;
    right: 30px;
    z-index: 0;
  }
  .gallery .challenge{
    position: absolute;
    bottom: 0%;
    right: 10px;
    z-index: 0;
  }
}
@media screen and (max-width: 575px) {
  .gallery .bg-blue{
    padding: 50px 30px 85px 30px!important;
  }
}

/* フリーページ01　深澤製菓について　会社概要 */
.company ul.list-01,
.company ul.list-02{
  margin-bottom: 0px;
  margin-left: 0px;
}
.company ul.list-01 li{
  display: flex;
}
.company ul li{
  border-bottom: 1px solid #B5B5B5;
  padding: 10px 0px;
}
.company ul.list-01 li:first-child{
  border-top: 1px solid #B5B5B5;
}
.company ul li p{
  margin-bottom: 0px;
}
.company ul li .name{
  width: 30%;
  font-weight: bold;
}
.company ul li .name::before{
  content: "■";
  display: inline-block;
  color: #C9712A;
}
@media screen and (min-width: 768px) {
  .company ul.list-02 li:first-child{
    border-top: 1px solid #B5B5B5;
  }
}
@media screen and (min-width: 576px) {
  .company ul.list-02 li{
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .company ul.list-02 li .name{
    width: 100%;
    margin-bottom: 5px;
  }
}

/* フリーページ01　深澤製菓について　アクセス */
.access h3{
  color: #66270F;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access i{
  color: #C9712A;
}
.access a{
  text-decoration: underline;
}

/* フリーページ02　ポン菓子って？ */
.title-orange {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  background-color: #D4712A;
  color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  text-align: center;
}
.img-boucho{
  position: relative;
  z-index: -1;
}
.img-don{
  position: absolute;
  left: -65px;
  top: 40px;
}
.img-fukidachi{
  position: absolute;
  top: -70px;
  right: 0px;
}
.pon-series{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/1805-bg-kodawari.png);
  background-repeat: repeat;
  border-radius: 20px;
  padding: 40px 30px 60px 30px;
  margin-top: 60px;
  position: relative;
  margin-bottom: 120px;
}
.pon-series .badge-pon{
  position: absolute;
  top: -40px;
  right: 0;
}
.pon-series .btn-cart a{
  margin: auto;
}
.subtitle{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
}
.pon-series .btn-cart a{
  font-family: 'Zen Maru Gothic', sans-serif;
  display: flex;
  align-items: center;
  background-color: #6AB1AC;
  color: #fff!important;
  border-radius: 20px;
  width: 230px;
  padding: 10px 15px;
  position: relative;
  font-size: 16px;
}
.pon-series .btn-cart a::after {
  content: '\f061';
  display: block;
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.pon-series .btn-cart a:hover{
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  .pon-series .badge-pon{
    position: absolute;
    top: -40px;
    right: -15px;
    max-width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .img-what{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .img-what{
    overflow: hidden;
  }
  .img-what div{
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 768px) {
  .pon-series .btn-cart{
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pon-series{
    padding: 40px 30px 30px 30px;
    margin-bottom: 80px;
  }
  .img-what div{
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 575px) {
  .img-don{
    left: -15px;
  }
  .pon-series .badge-pon{
    max-width: 85px;
  }
}

/* フリーページ03　販売店舗一覧 */
.shop-list h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  padding-left: 35px;
  color: #CE712A;
  margin-bottom: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.shop-list h3::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 34px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-position: 50%;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-pon-orange%402x.png);
  background-repeat: no-repeat;
  background-size: 28px 34px;
}
.shop-list ul li{
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.shop-list ul li:first-child{
  border-top: 1px solid #ccc;
}
.shop-list .name::before{
  content: "■";
  display: inline-block;
  color: #CE712A;
}
.shop-list ul div{
  padding-left: 1em;
}
.shop-list .name{
  padding-left: 0em;
}
.shop-list .link-btn {
    display: inline-block;
    background: #c5ae7f;
    border-radius: 12px;
    padding: 1px 10px;
    margin-left: 10px;
    text-decoration: none;
    color: #fff!important;
}
@media screen and (min-width: 768px) {
  .shop-list .d-md-flex div{
    width: 33.33%;
  }
}

/* フリーページ04　お歳暮特設ページ */
#lp p{
  font-size: 15px;
}
#lp .lp-main-img.oseibo{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/oseibo-main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#lp .lp-thanks{
  width: 100%;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/lp-bg-fuwasaku.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
#lp .lp-content-block{
  padding-top: 120px;
  padding-bottom: 120px;
}
#lp .lp-content-bottom{
  padding-bottom: 120px;
}
#lp .title-zenmaru{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 26px;
  line-height: 1.5em;
  color: #66270F;
}
#lp .title-zenmaru.point{
  font-size: 22px;
}
#lp .title-zenmaru small{
  font-size: 65%;
}
#lp .pink{
  color: #DC514B;
}
#lp a.btn-pink{
  background-color: #DC514B;
  color: #fff!important;
  padding: 15px 10px;
  max-width: 250px;
  width: 100%;
  border-radius: 25px;
  margin: auto;
  display: block;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
}
#lp a.btn-pink:hover{
  opacity: 0.7;
  text-decoration: none;
}
#lp .box-magazine{
  background-color: #EFE8D4;
  border-radius: 20px;
  padding: 40px 30px 30px 30px;
  position: relative;
  margin-top: 40px;
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#lp .box-magazine h3{
  font-size: 16px;
}
#lp .box-magazine p{
  font-size: 13px;
}
#lp .title-magazine{
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
#lp .img-border-radius{
  border-radius: 18px;
}
#lp .lp-item-name{
  font-size: 22px;
  font-weight: bold;
}
#lp .lp-item-name small{
  font-weight: bold;
}
#lp .box-border{
  border: 1px solid #B6B6B6;
  padding: 15px 15px 5px 15px;
  border-radius: 12px;
  font-size: 13px;
}
#lp .box-border p{
  font-size: 13px;
}
#lp .box-border dl{
  margin-bottom: 0px;
}
#lp .box-border dt{
  width: 65px;
  float: left;
}
#lp .box-border dd{
  margin-left: 65px;
}
#lp a.link-blue{
  color: #0071B7!important;
  text-decoration: underline;
}
#lp a:hover.link-blue{
  color: #0071B7!important;
  text-decoration: none;
}
#lp .title-faq,
#lp .title-package{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 155px 15px 145px 15px;
}
#lp .title-faq{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/lp-bg-title-faq.jpg);
}
#lp .title-package{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/lp-bg-title-packaging.jpg);
}
#lp .title-faq h2,
#lp .title-package h2{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 26px;
  color: #fff;
}
#lp .faq-q{
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
}
#lp .faq-q::before{
  content: "Q.";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #DC514B;
}
#lp .faq-a{
  position: relative;
  padding-left: 25px;
}
#lp .faq-a::before{
  content: "A.";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #AEAEAE;
}
#lp .bg-boxset h2{
  font-size: 16px;
  font-weight: bold;
  color: #391700;
  line-height: 1.8em;
}
#lp .bg-boxset h2 span{
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #DC514B;
  font-size: 30px;
  font-weight: normal;
  display: block;
}
#lp .bg-boxset h3{
  font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
}
#lp .bg-boxset h3 span{
  font-size: 18px;
  display: block;
}
#lp .bg-boxset .price{
  color: #DC514B;
  font-weight: bold;
  font-size: 30px;
}
#lp .bg-boxset .price span{
  color: #391700;
  font-weight: normal;
  font-size: 14px;
}
#lp .title-line{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/re_hr.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
#lp .title-line-zenmaru{
  font-family: 'Zen Maru Gothic', sans-serif;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/re_hr.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 30px;
  text-align: center;
  font-size: 22px;
}
#lp .box-border-pink{
  border: 2px solid #DC514B;
  padding: 12px 20px;
  color: #DC514B;
  font-weight: bold;
  font-size: 16px;
}
#lp .box-border-gray{
  border: 2px solid #B6B6B6;
  padding: 12px 20px;
}
#lp .banner p{
  font-size: 13px;
}
.cartjs_product_table table{
  border-top: none!important;
  border-right: none!important;
}
.cartjs_product_table th,
.cartjs_product_table td{
  border-left: none!important;
  border-bottom: none!important;
}
.cartjs_product_table th{
  text-align: right;
}
@media screen and (min-width: 768px) {
  #lp .bg-boxset{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/lp-bg-boxset.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #lp .lp-content-block{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #lp .lp-content-bottom{
    padding-bottom: 80px;
  }
  #lp .point-img{
    max-width: 190px;
  }
  #lp .title-faq,
  #lp .title-package ,{
    padding: 120px 15px 110px 15px;
  }
  #lp .lp-item-name{
    font-size: 18px;
    font-weight: bold;
  }
  .cartjs_product_table table{
    width: 100%!important;
  }
}

/* フリーページ05　お中元特設ページ */
#lp .lp-main-img.ochugen{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-ochupon-bg-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  #lp .lp-main-img.ochugen{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-ochupon-bg-sp.png);
  }
}
@media screen and (max-width: 575px) {
  #lp .lp-main-img.ochugen img{
    max-width: 75%;
  }
}

/* フリーページ06　ひな祭り特設ページ */
#lp .lp-main-img.hinapon{
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-hinapon-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  #lp .lp-main-img.hinapon{
    background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-hinapon-bg-sp.png);
  }
}
@media screen and (max-width: 575px) {
  #lp .lp-main-img.hinapon img{
    max-width: 80%;
  }
  #lp .oiri-img{
    max-width: 200px;
    margin-left: -60px;
  }
}


/* フリーページ07　ひな祭り特設ページ（おいりメイン） */
#lp .zenmaru{
    font-family: 'Zen Maru Gothic', sans-serif;
}
#lp .font-large{
  font-size: 1.2em!important;
}
#lp .ponset{
  background-color: #e2edc6;
  border-radius: 12px;
  padding: 25px;
}
#lp .ponset h3{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0px;
}
#lp .ponset hr{
    background: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-hr-02_v2.png) repeat;
    border: none;
    height: 10px;
}
#lp .ponset ul li{
  font-weight: bold;
}
#lp .ponset ul li a{
  text-decoration: underline;
}
#lp .ponset ul li i{
  color: #CE712A;
}
@media screen and (min-width: 768px) {
  #lp .ponset h3{
    font-size: 22px;
  }
}
#lp .border-radius{
  border-radius: 12px;
}
#lp .price{
  font-size: 14px;
}
#lp .price .red{
  font-weight: bold;
  font-size: 46px;
}
#lp .price .red small{
  font-size: 22px;
}
#lp .red{
  color: #db514b;
}
#lp .title-sun h2{
  font-size: 16px;
  font-weight: bold;
  color: #391700;
  line-height: 1.8em;
}
#lp .title-sun h2 span{
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #DC514B;
  font-size: 30px;
  font-weight: normal;
  display: block;
}
#lp .lp-link-text{
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
#lp .lp-link-text:hover{
  text-decoration: none;
}


/* OEMページ  */
.oem-intro {
  margin-bottom: 100px;
}

.oem-intro-image {
  margin-bottom: 55px;
}

.oem-intro h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #CB7731;
  max-width: 568px;
  width: 80%;
  min-height: 43px;
  margin-inline: auto;
  margin-bottom: 40px;
  border-radius: 30px;
}

.oem-intro-item {
  max-inline-size: max-content;
  margin-inline: auto;
}

.oem-intro-item-image img {
  border-radius: 25px;
}

.oem-intro-item p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.oem-intro-item p span {
  font-size: 12px;
}

.oem-flow {
  margin-bottom: 100px;
}

.oem-flow-wrapper {
  margin-bottom: 100px;
}

.oem-flow-content {
  position: relative;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc_base64/b2VtLXN0ZXAtYmc.png?cmsp_timestamp=20240718105627);
  background-size: auto;
  background-repeat: repeat;
  border-radius: 20px;
  padding: 50px 15px;
}

.oem-flow-content:not(:last-child) {
  margin-bottom: 50px;
}

.oem-flow-content:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 3px;
  height: 40px;
  background-image : linear-gradient(to bottom, #C8712A 4px, transparent 2px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  background-position: right top;
  transform: translate(-50%,100%);
}

.oem-flow-content:nth-child(2)::after {
  content: "";
  max-width: 300px;
  min-width: 160px;
  width: 45%;
  aspect-ratio: 581 / 396;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc_base64/b2VtLWZsb3ctY29udGVudC1kZWNvMDFfdjI.png?cmsp_timestamp=20240719141405);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 20px 0 0;
}

.oem-flow-content:nth-child(7)::after {
  content: "";
  max-width: 40%;
  width: 209px;
  aspect-ratio: 209 / 188;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc_base64/b2VtLWZsb3ctY29udGVudC1kZWNvMDI.png?cmsp_timestamp=20240722100205);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10px,-30%);
}


.oem-flow-inner {
  max-width: 710px;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}

.oem-flow-content h3 {
  margin-bottom: 25px;
}

.oem-flow-pattern {
  display: grid;
  row-gap: 15px;
}

.oem-flow-pattern-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  column-gap: 15px;
}

.oem-flow-pattern-image {
  grid-column: 1 / 2;
}

.oem-flow-pattern-item h5 {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: bold;
  align-items: baseline;
  gap: 10px;
}

.oem-flow-pattern-item h5 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #FFF;
  background: #C8712A;
  padding: 0px 10px;
  border-radius: 4px;
}

.oem-flow-pattern-item p {
  font-size: 13px;
  line-height: calc(18 / 13);
  margin-bottom: 0;
}

.oem-flow-content .small {
  font-size: 12px;
  line-height: calc(20 / 12);
}

.oem-wholesale {
  margin-bottom: 100px;
}

.oem-wholesale i {
  color: #C9712A;
}
.oem-wholesale a {
  text-decoration: underline;
}

.oem-banner i {
  color: #6AB1AC;
}

.oem-banner p {
  text-decoration: underline;
}

@media(max-width: 991px) {
  .oem-intro h3 {
    font-size: 18px;
    min-height: 38px;
    margin-bottom: 30px;
  }
  .oem-flow-wrapper {
    margin-bottom: 60px;
  }
  .oem-wholesale {
    margin-bottom: 60px;
  }
}

@media(max-width: 575px) {
  .oem-flow-pattern {
    row-gap: 30px;
  }
  .oem-flow-pattern-item {
    grid-template-columns: auto;
  }
  .oem-flow-pattern-image {
    text-align: center;
    margin-bottom: 10px;
  }
  .oem-flow-pattern-item h5 {
    flex-direction: column-reverse;
  }
  .oem-flow-content {
    padding: 30px 15px;
  }
}

/*  oem追加時ヘッダー変更点  */
.nav-list span {
  font-size: 16px;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: .3s;
  padding-bottom: 10px;
  cursor: pointer;
}

.nav-list li:has(ul) {
  position: relative;
}

.nav-list ul {
  opacity: 0;
  visibility: hidden;
  list-style: none;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc_base64/c3ViLW5hdi1saXN0LWJn.png?cmsp_timestamp=20240718162609);
  background-size: 99% 99%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
  padding: 15px 20px;
  margin: 0;
  transition: .3s;
}

.nav-list li:has(ul):hover ul {
  opacity: 1;
  visibility: visible;
}

.nav-list ul a {
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
  text-align: left;
}

.nav-list ul a::before {
  content: "●";
  color: #D4AB5D;
  display: inline-block;font-size: 10px;
  margin-right: 5px;
}

.nav-list ul a:hover:after {
  content: none;
}

@media(min-width: 992px) {
  .nav-list {
    justify-content: center;
    column-gap: 45px;
  }
}

.glutenfree-contents {
	background-image: url('https://img12.shop-pro.jp/PA01064/593/etc_base64/Z2x1dGVuZnJlZV9jb250ZW50c19iZw.jpg?cmsp_timestamp=20240729102221');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	padding: 40px 30px 60px 30px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
    .glutenfree-contents {
    padding: 40px 30px 30px 30px;
    margin-bottom: 80px;
    }
}
@media screen and (min-width: 768px) {
  .glutenfree-contents .btn-cart{
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
  }
}

.glutenfree-contents .btn-cart a {
    font-family: 'Zen Maru Gothic', sans-serif;
    display: flex;
    align-items: center;
    background-color: #6AB1AC;
    color: #fff !important;
    border-radius: 20px;
    width: 230px;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    margin: auto;
}
.glutenfree-contents .btn-cart a::after {
    content: '\f061';
    display: block;
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}
.glutenfree-contents .btn-cart a:hover{
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}