/* =================================================================
		#商品一覧
================================================================= */

.product-list__freespace-top {
  max-width: 900px;
  margin: 0 auto 64px;
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: .15em;
  font-weight: bold;
  text-align: center;
}

.arcv-ttl-all {
  max-width: 1200px;
  margin: 32px auto 48px;
  text-align: center;
}

.prd-lst-sort {
  display: none;
}

#product-srh .beans {
  transform: scale(.85);
  margin-bottom: 40px;
}

.prdt-cfat-list {
  max-width: 850px;
  margin: 0 auto 64px;
  padding: 32px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.prdt-cfat-list h2 {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .15em;
  color: #7c7c7c;
  font-family: 'Maven Pro', sans-serif;
  margin: 0 0 15px;
}

.prdt-cfat-list ul {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.prdt-cfat-list ul li {
  margin: 0 15px 12px;
  position: relative;
}

.prdt-cfat-list a {
  color: #000;
  padding-bottom: .15em;
  border-bottom: 1px solid #333;
}

.prdt-cfat-list a:hover {
  color: #c5964c;
  border-bottom: 1px solid #c5964c;
}

.arcv-ttl-all h2 {
  font-family: 'Maven Pro', 游ゴシック, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0;
}

.cat-ttl {
  width: 100%;
  margin-bottom: 64px;
  padding: 100px 15px;
  background-color: #333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*OJIGI CHOCOLATE LINE*/
.cat-2688887 .cat-ttl {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/hero_choco.jpg);
}

/*OJIGI STANDARD LINE*/
.cat-2688886 .cat-ttl {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/hero_standard.jpg);
}

/*おためしセット*/
.cat-2688888 .cat-ttl {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/hero_trial2.jpg);
}

/*ギフトセット*/
.cat-2688889 .cat-ttl {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/hero_gift3.jpg);
}

/*紙袋*/
.cat-2695017 .cat-ttl {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/hero_paper.jpg);
}

/*BOUSHI*/
.cat-2737827 .cat-ttl {
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 130px 15px;
  background: url(https://img07.shop-pro.jp/PA01462/478/etc/hero_boushi.jpg) center bottom / cover no-repeat;
  box-sizing: border-box;
}

/*OJIGI VEGAN GLUTEN FREE*/
.cat-2833818 .cat-ttl {
  background-image: url(https://img07.shop-pro.jp/PA01462/478/etc/hero_vegan.jpg?cmsp_timestamp=20221116173315);
}

/* for mobile */
@media screen and (max-width: 736px) {

  /*BOUSHI*/
  .cat-2737827 .cat-ttl {
    padding: 38px 4vw;
    margin-bottom: 40px;
  }

}


.section__title-h2 {
  text-align: center;
  font-family: 'Maven Pro', 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 4.5rem;
  letter-spacing: .15em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .6);
  max-width: 1200px;
  margin: 0 auto;
}

.sort__section {
  max-width: 1200px;
  margin: 0 auto 32px;
  text-align: right;
  display: none;
}

.sort__section select {
  width: 200px;
}

#product-srh .beans {
  margin-bottom: 88px;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .product-list__freespace-top {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    margin: 0 4vw 40px;
  }

  .product-list__freespace-top br {
    display: none;
  }

  .arcv-ttl-all {
    margin: 24px 4vw 40px;
  }

  #product-srh .beans {
    transform: scale(1);
    margin-bottom: 32px;
  }

  .prdt-cfat-list {
    margin: 0 4vw;
    margin-bottom: 40px;
    padding: 24px 24px 16px;
  }

  .prdt-cfat-list h2 {
    font-size: 1.3rem;
    margin-bottom: 1em;
  }

  .prdt-cfat-list ul li {
    margin: 0 .8em 1em;
  }

  .arcv-ttl-all h2 {
    font-size: 3.2rem;
    line-height: 1.4;
  }

  .cat-ttl {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 64px 4vw;
  }

  .section__title-h2 {
    font-size: 3rem;
    line-height: 1.5;
  }

  .sort__section {
    max-width: 1200px;
    margin: 0 auto 32px;
    text-align: right;
    display: none;
  }

  .sort__section select {
    width: 200px;
  }

  #product-srh .beans {
    margin-bottom: 88px;
  }

}

/* =================================================================
		#page navi
================================================================= */

.prd-lst-pager {
  margin: 40px 0;
}

.prd-lst-pager ul {
  margin-bottom: 16px;
}

.prd-lst-pager ul li {
  margin: 0 12px;
  padding: 0;
}

.prd-lst-pager .btn {
  border: 1px solid #909090;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1.33;
  padding: 0.5em 0.8em;
  transition: 0.4s background-color;
}

.prd-lst-pager a.btn:hover {
  background-color: #454545;
  color: #fff;
  transition: 0.2s background-color;
}

.prd-lst-pos {
  font-size: 1.5rem;
}

.prd-lst-pos b {
  font-size: 1em;
  font-weight: bold;
}

.pagenation {
  max-width: 1200px;
  margin: 0 auto 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagenation-prev,
.pagenation-next {
  font-size: 1.6rem;
  margin: 0 1em;
}

.pagenation-prev a,
.pagenation-prev span,
.pagenation-next a,
.pagenation-next span {
  display: inline-block;
  color: #333;
  border: 1px solid #909090;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1.33;
  padding: 0.5em 0.8em;
  transition: 0.4s background-color;
}

.pagenation-prev a:hover,
.pagenation-next a:hover {
  background-color: #454545;
  color: #fff;
  transition: 0.2s background-color;
}

.pagenation .disabled {
  opacity: 0.65;
  opacity: .65;
  cursor: default;
}

.pagenation-pos {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1em;
}

.pagenation-pos span {
  font-weight: bold;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .prd-lst-pager {
    margin: 32px 0;
  }

  .prd-lst-pager .btn {
    font-size: 1.4rem;
  }

  .prd-lst-pos {
    font-size: 1.4rem;
  }

  .pagenation {
    margin: 24px 0 48px;
  }

  .pagenation-prev,
  .pagenation-next {
    font-size: 1.4rem;
  }

  .pagenation-prev a,
  .pagenation-prev span,
  .pagenation-next a,
  .pagenation-next span {
    font-size: 1.4rem;
  }

  .pagenation-pos {
    font-size: 1.4rem;
  }

}

/* =================================================================
		#商品詳細
================================================================= */

.prdt-recommend {
  width: 100%;
  margin-top: 48px;
}

.prdt-recommend-ttl {
  text-align: center;
  font-size: 2.5rem;
  margin: 0 0 1em;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .prdt-recommend {
    margin-top: 0;
  }

  .prdt-recommend-ttl {
    font-size: 1.8rem;
  }

  .product-order-spec {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }

  .product-order-spec th {
    width: 35%;
  }

  .product-order-spec td {
    width: 65%;
  }

  .input-append {
    display: flex;
    align-items: stretch;
  }

  .input-prepend .btn {
    display: block;
    padding: 6px;
    background-color: #626262;
    border: none;
    border-radius: 4px !important;
  }

  input.product-init-num {
    height: auto;
    margin: 0 12px;
  }

}

/* =================================================================
		#商品別アイコン表示
================================================================= */

.content-wrap {
  background-repeat: no-repeat;
  background-position: right top 30px;
}

/*初姿*/
.item-156886173 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_hatsusugata.png);
}

/*EBEANS*/
.item-156656221 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_ebeans.png);
}

/*THE CASHEW*/
.item-156886322 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_cashew.png);
}

/*ア・ウモンド*/
.item-156886302 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_almond.png);
}

/*手毬*/
.item-156886353 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_kemari.png?cmsp_timestamp=20210120094816);
}

/*のりすずめ*/
.item-156886433 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_norisuzume.png);
}



/*N hatsusugata*/
.item-156916305 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_nhatsusugata.png);
}

/*Peppry almond*/
.item-156916310 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_peppry.png);
}

/*Drag?・e almond*/
.item-156916312 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_dragee.png);
}

/*Matcha almond*/
.item-156916313 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_matcha.png);
}

/*Nocciola Piemonte*/
.item-156916317 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_nocciola.png);
}

/* Sakamichi choco*/
.item-156916325 .content-wrap,
.item-157132807 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_sakamichi.png);
}

/* trial set */
.item-157133156 .content-wrap,
.item-157133160 .content-wrap {
  background-image: url(https://file003.shop-pro.jp/PA01462/478/ico_trial.png);
}

/* BOUSHI */
.item-161171240 .content-wrap,
.item-161171249 .content-wrap,
.item-161492780 .content-wrap {
  background-image: url(https://img07.shop-pro.jp/PA01462/478/etc/ico_boushi.png);
}

/* OJIGI VEGAN GLUTEN FREE */
.item-171003521 .content-wrap,
.item-171003556 .content-wrap,
.item-171003578 .content-wrap {
  background-image: url(https://img07.shop-pro.jp/PA01462/478/etc/ico_vegan.png?cmsp_timestamp=20221109141935);
}


/* for mobile */
@media screen and (max-width: 736px) {

  .content-wrap {
    background-size: 34% auto;
    background-position: right top;
  }

}


/* for mobile */
@media screen and (max-width: 736px) {

  .container {
    width: auto;
    margin: 0;
    padding: 0;
  }

}


/* for mobile */
@media screen and (max-width: 736px) {

  .product-image {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .product-image-main {
    margin-bottom: 1em;
  }

  .product-image-thumb {
    padding: 0 6vw;
  }

  .product-image-thumb li {
    width: 18%;
  }

  .content-wrap {
    width: 100%;
    padding: 0 6vw;
  }

  .product-cat {
    font-size: 1.3rem;
  }

  .product-ttl {
    font-size: 2.8rem;
  }

  .product-order-price {
    font-size: 1.6rem;
  }

  .product-option-select .product-option-unit {
    margin-bottom: 1em;
  }

  .btn-addcart,
  .btn-quick {
    display: block;
    margin-bottom: 20px;
  }

  .btn-addcart {
    width: 100%;
  }

  .product-info-lst a {
    display: block;
    padding: .5em;
  }

  .product-order-exp h2 {
    font-size: 1.8rem;
  }

  .product-order-exp p {
    font-size: 1.4rem;
  }

  .product-shipping {
    font-size: 1.4rem;
  }

  .product-data {
    font-size: 1.4rem;
    margin: 24px 0;
  }

}

/* =================================================================
		#Sakamichi choco
================================================================= */

.sakamichi-deital {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}

.sakamichi-kind-blk {
  width: 30%;
}

.sakamichi-kind-blk img {
  width: 100%;
  margin-bottom: 15px;
}

.sakamichi-kind-blk h3 {
  text-align: center;
  font-size: 1.7rem;
  margin: 0 0 .3em;
}

.sakamichi-kind-blk p {
  font-size: 1.5rem;
  margin: 0;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .sakamichi-deital {
    padding: 0 6vw;
    margin-top: 0;
  }

  .sakamichi-kind-blk {
    width: 86%;
    margin: 0 auto 24px;
  }

  .sakamichi-kind-blk img {
    margin-bottom: 12px;
  }

  .sakamichi-kind-blk h3 {
    font-size: 1.5rem;
  }

  .sakamichi-kind-blk p {
    font-size: 1.3rem;
  }

}

/* =================================================================
		#about OJIGI
================================================================= */

.about-wrap {
  padding-top: 64px;
}

.content-ttl {
  text-align: center;
  margin-bottom: 24px;
}

.about-lead {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-weight: bold;
  margin-bottom: 24px;
}

.content-ttl h1 {
  font-size: 4.5rem;
  letter-spacing: .1em;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

.about-prologue {
  padding: 40px 0;
  position: relative;
  background: rgb(255, 252, 252);
  background: -moz-linear-gradent(top, rgba(255, 252, 252, 1) 0%, rgba(252, 248, 247, 1) 29%, rgba(236, 232, 229, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 252, 252, 1) 0%, rgba(252, 248, 247, 1) 29%, rgba(236, 232, 229, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 252, 252, 1) 0%, rgba(252, 248, 247, 1) 29%, rgba(236, 232, 229, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#ece8e5', GradientType=0);
}

.about-prologue:before {
  content: "";
  background: url(https://file003.shop-pro.jp/PA01462/478/about_symbol2.png) right top / 100% auto no-repeat;
  position: absolute;
  right: 2%;
  top: -80px;
  width: 568px;
  height: 384px;
  opacity: .15;
}

.about-prologue .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.about-prologue p {
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 2;
  margin-bottom: 1.6em;
}

.about-prologue .txt {
  opacity: 0;
  position: relative;
  bottom: -2.5em;
}

.about-prologue p.is-show {
  opacity: 1;
  bottom: 0;
  transition: 0.6s .2s;
}

.about-prologue .pct {
  position: absolute;
  box-shadow: 0 20px 40px 0 rgb(0 0 0 / 16%);
}

.about-prologue .pct.is-show {
  opacity: 1;
  transition: 2s cubic-bezier(0.47, -0.27, 0.05, 0.66);
  opacity: 1;
}

/*
.about-prologue .pct01 {
  width: 29%;
  left: -5%;
  top: -4%;
}

.about-prologue .pct01.is-show {
  left: -2%;
  top: -8%;
}

.about-prologue .pct02 {
  width: 32%;
  right: -12%;
  top: 30%;
}

.about-prologue .pct02.is-show {
  right: -9%;
  top: 26%;
}
*/

.about-prologue .pct01 {
  width: 29%;
  left: -2%;
  top: -8%;
}

.about-prologue .pct02 {
  width: 32%;
  right: -9%;
  top: 26%;
}

.about-prologue .pct03 {
  width: 21%;
  right: 6%;
  top: 63%;
  opacity: 0;
}

.about-prologue .pct03.is-show {
  top: 58%;
}

.about-prologue .pct04 {
  width: 25%;
  left: 3%;
  bottom: -9%;
  opacity: 0;
}

.about-prologue .pct0.is-show {
  left: 5%;
  bottom: -6%;
}

.about-concept {
  padding: 0 0 120px;
  background: #ece8e5 url(https://file003.shop-pro.jp/PA01462/478/about_beans4.jpg) left -20% top 18% / 57% auto no-repeat;
}

.about-concept h2 {
  font-size: 16rem;
  letter-spacing: .3em;
  line-height: 1.33;
  font-family: 'Raleway', sans-serif;
  color: #a2a2a2;
  margin: 0 0 .1em;
  mix-blend-mode: color-burn;
}

.about-concept .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.about-concept p.txt {
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 2;
  margin-bottom: 1.6em;
  opacity: 0;
  position: relative;
  bottom: -2.5em;
}

.about-concept p.is-show {
  opacity: 1;
  bottom: 0;
  transition: 0.6s .2s;
}

.about-concept .logo {
  width: 440px;
  margin: 64px auto;
}

.about-concept .logo svg {
  width: 100%;
  height: auto;
}



/* logo */

#logo-i1,
#logo-i2 {
  fill: #C9A063;
}

.logo-item {
  fill: #000;
  /*塗りつぶし色*/
  stroke-width: 1;
  /*線の太さ*/
  stroke-dasharray: 1000;
  /*線の間隔*/
  stroke-dashoffset: 0;
  /*線の始まりの開始位置*/
  opacity: 0;
}

.is-show .logo-item {
  opacity: 1;
  transition: 0.5s;
  animation: anime-logo 3s linear;
}

/* アニメーション設定 */
@keyframes anime-logo {
  0% {
    fill: #ece8e5;
    /*塗りつぶし色*/
    stroke-dashoffset: 1000;
    /*線の始まりの開始位置*/
    stroke: #000;
    /*パスの色*/
  }

  80% {
    fill: #ece8e5;
    /*塗りつぶし色*/
  }

  100% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: #ece8e5;
    /*パスの色*/
  }
}

/* for mobile */
@media screen and (max-width: 736px) {

  .about-wrap {
    padding-top: 32px;
  }

  .content-ttl {
    text-align: center;
    margin-bottom: 24px;
  }

  .about-lead {
    font-size: 1.4rem;
    margin-bottom: 48px;
  }

  .content-ttl h1 {
    font-size: 3rem;
    line-height: 1.5;
  }

  .about-prologue {
    padding: 32px 0 24px;
  }

  .about-prologue:before {
    top: -80px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }

  .about-prologue .inner {
    text-align: left;
    padding: 0 6vw;
  }

  .about-prologue p {
    font-size: 1.5rem;
    line-height: 2;
  }

  .about-prologue p br {
    display: none;
  }

  .about-prologue .pct.is-show {
    opacity: .3;
  }

  .about-prologue .pct01 {
    width: 52%;
    opacity: .3;
  }

  .about-prologue .pct02 {
    width: 44%;
    opacity: .3;
    right: 1.5%;
    top: 35%;
  }

  .about-prologue .pct03 {
    width: 32%;
    right: -2%;
    top: 58%;
  }

  .about-prologue .pct03.is-show {
    top: 55%;
  }

  .about-prologue .pct04 {
    width: 44%;
    left: 3%;
    bottom: -1%;
  }

  .about-prologue .pct0.is-show {
    left: 5%;
    bottom: 4%;
  }

  .about-concept {
    padding: 0 0 80px;
    background: #ece8e5;
    position: relative;
  }

  .about-concept .beans {
    margin-bottom: 72px;
  }

  .about-concept::before {
    content: "";
    background: url(https://file003.shop-pro.jp/PA01462/478/about_beans4.jpg) left top 80px / 100% auto no-repeat;
    width: 100%;
    height: 90%;
    position: absolute;
    left: -15%;
    top: 10%;
    opacity: .5;
    z-index: 0;
  }

  .about-concept h2 {
    font-size: 6rem;
    letter-spacing: .1em;
    margin-bottom: 1em;
  }

  .about-concept .inner {
    margin: 0 6vw;
    text-align: left;
  }

  .about-concept p.txt {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
  }

  .about-concept p.txt br {
    display: none;
  }

  .about-concept .logo {
    width: 77%;
    margin: 32px auto;
  }

}

/* =================================================================
		#package
================================================================= */

.package-wrap {
  padding-top: 64px;
  font-size: 1.6rem;
  line-height: 2.2;
}

.package-wrap figure {
  margin: 0;
}

.package-blc-01 {
  margin: 40px 0 100px;
  background-color: #f5f0e6;
  padding: 24px 15px 40px;
}

.package-blc-01 .pct {
  text-align: center;
  margin-bottom: 32px;
}

.package-blc-01 .txt {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.package-blc-02 {
  max-width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.package-blc-02 .pct,
.package-blc-03 .pct {
  width: 48%;
}

.package-blc-02 .txt,
.package-blc-03 .txt {
  width: 47%;
}

.package-blc-02 .pct img,
.package-blc-03 .pct img {
  width: 100%;
}

.package-blc-03 {
  max-width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.package-blc-03 .pct {
  order: 2;
}

.package-blc-03 .txt {
  order: 1;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .package-wrap {
    padding-top: 32px;
    font-size: 1.4rem;
    line-height: 2;
  }

  .package-blc-01 {
    margin-bottom: 64px;
    padding: 32px 0;
  }

  .package-blc-01 .pct {
    margin-bottom: 24px;
  }

  .package-blc-01 .txt {
    text-align: left;
    padding: 0 6vw;
  }

  .package-blc-01 .txt br {
    display: none;
  }

  .package-blc-02 {
    margin-bottom: 64px;
  }

  .package-blc-02 .pct,
  .package-blc-03 .pct {
    width: 75%;
    margin: 0 auto 32px;
  }

  .package-blc-02 .txt,
  .package-blc-03 .txt {
    width: 100%;
    padding: 0 6vw;
  }

  .package-blc-03 {
    margin-bottom: 64px;
  }

  .package-blc-03 .pct {
    order: 1;
  }

  .package-blc-03 .txt {
    order: 2s;
  }

}

/* =================================================================
		#shiopping guide
================================================================= */

.container-section {
  max-width: 1000px;
  border-top: none;
  margin: 40px auto 0;
  padding: 0 0 40px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container-section.row:before {
  content: none;
}

.shopkeeper-h2 {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  color: #626262;
  float: none;
  width: 22%;
}

.guide-cont {
  width: 73%;
}

.def-lst {
  width: 100%;
  font-size: 1.5rem;
  padding: 0;
}

.def-lst-dt {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 .4em 0;
}

.def-lst dd {
  color: #222;
  line-height: 1.8;
  padding: 0;
  margin: 0 0 1.2em 0;
}

#info .guide-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#info .guide-cont .def-lst {
  width: 46%;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .container-section {
    margin: 32px 0 0;
    padding: 0 24px 32px;
    display: block;
  }

  .container-section ul {
    font-size: 1.4rem;
  }

  .shopkeeper-h2 {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: .8em;
  }

  .guide-cont {
    width: 100%;
  }

  .def-lst-dt {
    font-size: 1.4rem;
  }

  #info .guide-cont .def-lst {
    width: 100%;
  }

}


/* =================================================================
		#sakamichi concept
================================================================= */

#spec {
  width: 100%;
}

.sakamichi-cocept {
  width: 100%;
  margin: 40px 0 80px;
  box-sizing: border-box;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sakamichi-cocept .hero {
  background: url(https://file003.shop-pro.jp/PA01462/478/sakamichi_hero.jpg) center center / cover no-repeat;
  width: 100%;
  height: 340px;
  margin: 0 0 80px;
  position: relative;
}

.sakamichi-cocept .hero p {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.sakamichi-cocept .hero p img {
  width: 320px;
}

.sakamichi-cocept .inner {
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
}

.sakamichi-cocept .inner:before {
  content: "";
  background: url(https://file003.shop-pro.jp/PA01462/478/sakamichi_image2.jpg) center top / 100% auto no-repeat;
  width: 42%;
  height: 80%;
  position: absolute;
  right: 0;
  top: -20px;
  opacity: .85;
  z-index: 0;
}

.sakamichi-cocept h2 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: .2em;
  margin: 0 0 1em;
}

.sakamichi-cocept p {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 2.4;
  margin-bottom: 1.6em;
  text-shadow: 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1);
}

/* for mobile */
@media screen and (max-width: 736px) {

  .sakamichi-cocept {
    margin: 0 0 48px;
  }

  .sakamichi-cocept .hero {
    background: url(https://file003.shop-pro.jp/PA01462/478/sakamichi_hero.jpg) center center / auto 130% no-repeat;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }

  .sakamichi-cocept .hero p {
    position: absolute;
    left: 25px;
  }

  .sakamichi-cocept .hero p img {
    width: 54%;
  }

  .sakamichi-cocept .inner:before {
    width: 88vw;
    height: 62vw;
    right: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 1;
  }

  .sakamichi-cocept .inner {
    padding: 74vw 6vw 0;
  }

  .sakamichi-cocept h2 {
    font-size: 2.6rem;
  }

  .sakamichi-cocept p {
    font-size: 1.3rem;
  }

  .sakamichi-cocept p br {
    display: none;
  }

}


/*豆ロゴ*/

.beans {
  height: 120px;
  margin-bottom: 170px;
  position: relative;
}

.logo-beans {
  width: 440px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(.7) translate(-50%, -50%);
  transform-origin: 0% 50%;
}

.logo-beans-icon {
  height: 70px;
  position: relative;
  margin-bottom: 25px;
}

.logo-beans-icon img {
  position: absolute;
  transform: scale(0.8, 1.4) translate(0%, -130%);
  opacity: 0;
}

.logo-beans-01 {
  left: 0;
  top: 3px;
}

.logo-beans-02 {
  left: 99px;
  top: 0;
}

.logo-beans-03 {
  left: 191px;
  top: 0;
}

.logo-beans-04 {
  left: 281px;
  top: 11px;
}

.logo-beans-05 {
  left: 390px;
  top: 11px;
}

.is-show .logo-beans-01 {
  animation: poyon .9s linear .15s forwards;
}

.is-show .logo-beans-02 {
  animation: poyon .9s linear .25s forwards;
}

.is-show .logo-beans-03 {
  animation: poyon .9s linear .35s forwards;
}

.is-show .logo-beans-04 {
  animation: poyon .9s linear .45s forwards;
}

.is-show .logo-beans-05 {
  animation: poyon .9s linear .55s forwards;
}

@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -130%);
  }

  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }

  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }

  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }

  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }

  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }

  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }

  70% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
    opacity: 1;
  }

  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
    opacity: 1;
  }
}

.logo-beans-copy {
  position: absolute;
  left: 33px;
  top: 94px;
  width: 0;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
}

.logo-beans-copy img {
  max-width: none;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.is-show .logo-beans-copy {
  width: 370px;
  transition: 0.7s .25s;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .logo-beans {
    margin-bottom: 40px;
    transform: scale(.5) translate(-50%, -50%);
  }

}


/* =================================================================
		#sns
================================================================= */

.sns {
  padding: 54px 15px;
  border-top: 1px solid #d6d6d6;
}

.sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sns ul li {
  width: 34px;
  margin: 0 20px;
  transition: 0.2s;
}

.sns ul li:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

.sns ul li:nth-child(3) {
  width: 30px;
}

.sns ul li img {
  width: 100%;
}

/* for mobile */
@media screen and (max-width: 736px) {

  .sns {
    padding: 40px 15px;
  }

  .sns ul li {
    width: 30px;
    margin: 0 15px;
  }

  .sns ul li:nth-child(3) {
    width: 26px;
  }

}


/* =================================================================
		#common
================================================================= */

@media print,
screen and (min-width: 768px) {

  .pc {
    display: inline;
  }

  .sp {
    display: none !important;
  }
}


@media screen and (max-width: 736px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

}
