@charset "UTF-8";
@media (min-width: 751px) {
  br.br-pc-only {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  br.br-pc-only {
    display: none;
  }
}

@media (min-width: 751px) {
  br.br-sp-only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  br.br-sp-only {
    display: block;
  }
}

.js-inView.is-show {
  transform: translate(0);
  transition-property: opacity, transform;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
  opacity: 1;
}

.js-inView-fadeInUp {
  transform: translateY(30px);
  opacity: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f0eae0;
  color: #5e493d;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (min-width: 751px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
em,
img,
a,
div {
  margin: 0;
  padding: 0;
  font-style: normal;
}

em {
  font-weight: 600;
}

ul,
ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

a {
  transition: all 0.2s linear;
  color: #333;
  text-decoration: none;
}

a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}

h1 {
  color: #312d25;
  font-size: 1.2rem;
}

h2 {
  margin-bottom: 2em;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 8px;
  text-align: center;
}

h3 {
  position: relative;
  margin-bottom: 1em;
  padding-left: 40px;
  font-size: 1.8rem;
}

h3::before {
  content: url(../images/common/icon-h3.png);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}

h4 {
  margin-bottom: 1em;
  padding-left: 25px;
  background: url(../images/common/icon-h4.png) no-repeat 0 50%;
  background-size: 18px auto;
  font-size: 1.6rem;
}

article {
  max-width: 1000px;
  margin: 0 auto 100px;
  overflow: hidden;
}

article:last-child {
  margin-bottom: 0;
}

.article-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

a.btn-1:hover {
  text-decoration: underline;
}

/* 点滅 */
@media (min-width: 751px) {
  .blink:hover {
    animation: blink 0.8s ease-in-out alternate;
  }
}
@keyframes blink {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.home::before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 750px) {
  h1 {
    overflow: scroll;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  h2 {
    margin-bottom: 1em;
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2.1rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  h4::before {
    margin-top: -14px;
  }

  main {
    padding: 0;
  }

  header {
    display: none;
  }
}
.btn-2 a {
  display: block;
  max-width: 300px;
  border: solid 1px #e60012;
  border-radius: 5px;
  background: url(../images/common/arrow-7.png) no-repeat 95% 50%;
  background-color: #fff;
  color: #e60012;
  font-size: 1.6rem;
  line-height: 55px;
  text-align: center;
}

.btn-2 a:hover {
  background-color: #e60012;
  color: #fff;
}

.p-topTitle {
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 50%;
  width: 1000px;
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .p-topTitle {
    left: 0;
    width: auto;
    transform: none;
  }
}
@media (max-width: 750px) {
  .p-topTitle {
    position: relative;
    top: 0;
    left: 0;
    padding: 2px 5px;
    overflow-x: scroll;
    transform: none;
    border-bottom: 1px solid #f3efe8;
    background: #fff;
    white-space: nowrap;
  }
}
.img-title-ribbon {
  display: block;
  height: 27px;
  background-image: url(../images/common/title-ribbon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1000px;
}

.block-instagram__text {
  max-width: 870px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
}
.block-instagram__list {
  margin-top: 32px;
  margin-bottom: 40px;
}
.block-instagram__list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
.block-instagram__list ul li {
  flex-basis: calc(20% - 20px);
  max-width: calc(20% - 20px);
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .block-instagram__list ul li {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.block-instagram__list ul li img {
  width: 100%;
}
.block-instagram__list a {
  display: block;
  transition: opacity 0.3s;
}
.block-instagram__list a:hover {
  opacity: 0.7;
}

.block-pmark {
  display: flex;
  align-items: center;
}
.block-pmark__image {
  flex-basis: 136px;
  max-width: 136px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .block-pmark__image {
    flex-basis: 100px;
    max-width: 100px;
    margin-right: 20px;
    text-align: center;
  }
}
.block-pmark__text {
  flex: 1;
}

.title-ribbon {
  padding: 0;
  overflow: hidden;
  border: none;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 750px) {
  .title-ribbon {
    font-size: 24px;
  }
}
.title-ribbon__inner {
  display: inline-block;
  position: relative;
  padding: 0 16px 34px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .title-ribbon__inner {
    padding: 0 6px 34px;
  }
}
.title-ribbon__text {
  display: block;
}
.title-ribbon__text > span {
  display: inline-block;
}
.title-ribbon__upper {
  display: block;
  position: relative;
  height: 30px;
  background-image: url(../images/common/icon-ribbon-ttl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.title-ribbon__upper::before, .title-ribbon__upper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(50% + 3px);
  width: 100%;
  height: 30px;
  background-image: url(../images/common/icon-ribbon-ttl-border.png);
  background-size: contain;
}
.title-ribbon__upper::after {
  left: calc(50% + 3px);
}
.title-ribbon__lower {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../images/common/icon-ribbon-ttl-border.png);
  background-size: contain;
}

/* ------------------------------------------------------------------

	ヘッダー　header

------------------------------------------------------------------ */
header {
  position: relative;
  height: 155px;
  border-top: solid 4px #e60012;
  background: #fff;
  box-shadow: 0 -4px 6px 3px #999;
}

header .header-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 17px;
}

header .header-inner__box {
  padding: 26.5px 0;
}

header .btn-sitemap {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
  background: #e60012;
}

header .btn-sitemap a {
  display: block;
  padding: 6px 20px 10px 43px;
  border-radius: 0 0 5px 5px;
  background: url(../images/common/icon-sitemap.png) no-repeat 23px 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

header h1 + div {
  padding-top: 10px;
  overflow: hidden;
}

header #logo {
  float: left;
}

header .sub-nav {
  float: right;
  overflow: hidden;
}

header .sub-nav li {
  width: 170px;
  margin-right: 15px;
  float: left;
}

header .sub-nav li:last-child {
  margin-right: 0;
}

header .sub-nav a {
  display: block;
  width: 170px;
  padding: 14px;
  border: solid 1px #e60012;
  border-radius: 5px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}

header .sub-nav a:hover {
  background-color: #e60012;
  background-repeat: no-repeat;
  color: #fff;
}

header .sub-nav li.bnr-cashless {
  width: 327.6px;
  max-height: 42px;
}

@media only screen and (max-width: 768px) {
  header .sub-nav li.bnr-cashless {
    display: none;
  }
}
header .btn-guide a {
  padding-left: 60px;
  background-image: url(../images/common/icon-guide.png);
  background-position: 40px 14px;
  background-size: 20px auto;
}

header .btn-guide a:hover {
  background-image: url(../images/common/icon-guide-on.png);
  background-size: 20px auto;
}

header .btn-cart a {
  padding-left: 52px;
  background-image: url(../images/common/icon-cart.png);
  background-position: 25px 14px;
  background-size: 20px auto;
}

header .btn-cart a:hover {
  background-image: url(../images/common/icon-cart-on.png);
  background-size: 20px auto;
}

header .okuizomezen {
  padding: 6px 0 3px !important;
}


/* ----------------------------------------------------

PCナビ　

---------------------------------------------------- */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  flex: 0 2 48%;
}

.card .thumbnail {
  margin-bottom: 10px;
  border-radius: 15px;
}

.card-content {
  font-size: 1.2rem;
}

.menu .inner .card p {
  font-weight: normal;
}

/* ----------------------------------------------------

	スマホナビ　movilie-menu

---------------------------------------------------- */
.sp-header {
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
}

.sp-header .header-logo {
  max-width: 180px;
  padding: 10px;
}

.sp-header .header-logo img {
  width: 100%;
  height: auto;
}

.sp-header .header-btn {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  width: 182px;
  vertical-align: top;
}

.sp-header .header-btn div {
  display: table-cell;
  width: 60px;
  height: 60px;
  border-left: solid 2px #fff;
}

.sp-header .header-btn div:nth-child(1) a {
  display: block;
  z-index: 100;
  height: 60px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: url(../images/common/icon-guide.png) no-repeat 50%;
  background-color: #f3efe8;
  background-size: 50% auto;
  text-indent: 100%;
  white-space: nowrap;
}

.sp-header .header-btn div:nth-child(2) a {
  display: block;
  z-index: 100;
  height: 60px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: url(../images/common/icon-cart.png) no-repeat 50%;
  background-color: #f3efe8;
  background-size: 50% auto;
  text-indent: 100%;
  white-space: nowrap;
}

.sp-header .header-btn div:nth-child(3) a {
  display: block;
  z-index: 100;
  height: 60px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: url(../images/common/open.png) no-repeat 50%;
  background-color: #e60012;
  background-size: 50% auto;
  text-indent: 100%;
  white-space: nowrap;
}

@media (max-width: 320px) {
  .sp-header .header-logo {
    width: 135px;
    float: left;
  }

  .sp-header .header-logo a {
    background-size: 80% auto;
  }
}
.sp-topTitle {
  display: none;
}

@media (max-width: 750px) {
  .sp-topTitle {
    display: block;
    /*    overflow: scroll; */
    padding: 2px 5px;
    border-bottom: 1px solid #f3efe8;
    /*    white-space: nowrap; */
    background-color: #fff;
  }
}
/* ---------------------------------------------
MODAL STYLE
--------------------------------------------- */
#modalContent {
  position: absolute;
  z-index: 9999;
  top: 60px;
  left: 0;
  width: 100%;
}

#modal {
  position: absolute;
  top: 23px;
  width: 100%;
  margin: 0;
}

#modalHtml {
  overflow: hidden;
}

#modalCloseBtn {
  display: none;
  position: absolute;
  top: -60px;
  right: 0;
  width: 58px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: url(../images/common/close.png) 50% no-repeat;
  background-color: #e60012;
  background-size: 50% auto;
  cursor: pointer;
}

.hide {
  display: none;
}

/* ------------------------------------------------------------------

	フッター　footer

------------------------------------------------------------------ */

.more-link {
  text-align: right;
}

.more-link a {
  border-bottom: solid 1px #50443d;
}

@media (min-width: 751px) {
  #guide .flex > div {
    width: 46%;
  }

  #guide .flex > div:first-child {
    margin-right: 8%;
  }

  #js-pagetop {
    position: fixed;
    right: 40px;
    bottom: 33px;
    width: 60px;
    height: 78px;
  }

  .sp-navigation {
    display: none;
  }
}
@media (max-width: 750px) {
  #guide {
    padding: 50px 5% 36px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  #guide .flex > div {
    width: 100%;
  }

  #guide h4 {
    background-position: 0 6px;
  }

  #guide h4 span {
    display: block;
    padding-left: 0;
  }

  #guide img {
    width: 100%;
  }


  #js-pagetop {
    position: absolute;
    top: -48px;
    right: 40px;
    bottom: 33px;
    width: 60px;
    height: 78px;
  }
}
/* ------------------------------------------------------------------

	アコーディオン　.accordion

------------------------------------------------------------------ */
.dictionary {
  padding: 40px 5%;
}

.accordion-01 {
  max-width: 1000px;
  margin: 36px auto 0;
}
@media screen and (max-width: 750px) {
  .accordion-01 {
    margin: 0 auto 20px;
    border-bottom: solid 1px #c9c1b1;
  }
}
.accordion-01:first-of-type {
  margin-top: 0;
}
.accordion-01__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .accordion-01__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  .accordion-01__title {
    font-size: 1.4rem;
  }
}
.accordion-01__title span {
  display: block;
}
@media screen and (max-width: 750px) {
  .accordion-01__title span {
    padding-right: 10%;
    background: url(../images/common/arrow-2.png) no-repeat right 50%;
  }
}
@media screen and (max-width: 750px) {
  .accordion-01__title.is-active span {
    background-image: url(../images/common/arrow-3.png);
  }
}
@media screen and (max-width: 750px) {
  .accordion-01__title-sub {
    display: none;
  }
}
.accordion-01__body {
  margin-top: 14px;
}
@media screen and (max-width: 750px) {
  .accordion-01__body {
    display: none;
  }
}
.accordion-01__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -14px;
  margin-left: -36px;
}
@media screen and (max-width: 750px) {
  .accordion-01__list {
    display: block;
    margin: 0;
  }
}
.accordion-01__list dl {
  flex-basis: 170px;
  max-width: 170px;
  margin-top: 14px;
  margin-left: 36px;
  line-height: 1.571;
}
@media screen and (max-width: 750px) {
  .accordion-01__list dl {
    display: flex;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.accordion-01__list dl a {
  display: block;
  color: #5e493d;
}
@media screen and (max-width: 750px) {
  .accordion-01__list dl dt {
    flex-basis: 60px;
    max-width: 60px;
    height: 60px;
  }
  .accordion-01__list dl dt a {
    width: 100%;
    height: 100%;
  }
  .accordion-01__list dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.accordion-01__list dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .accordion-01__list dl dd {
    display: flex;
    box-sizing: border-box;
    flex: 1;
    align-items: center;
    margin: 0 0 0 20px;
    padding-right: 10%;
    background: url(../images/common/arrow-1.png) no-repeat 100% 50%;
    background-size: 20px auto;
  }
}
.accordion-01__list-recipe ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
@media screen and (max-width: 750px) {
  .accordion-01__list-recipe ul {
    display: block;
    margin: 0;
  }
}
.accordion-01__list-recipe ul li {
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .accordion-01__list-recipe ul li {
    margin: 0 0 20px;
    background: url(../images/common/arrow-1.png) no-repeat 100% 50%;
    background-size: 20px auto;
  }
}
.accordion-01__list-recipe a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  color: #5e493d;
}
.accordion-01__list-recipe a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------------

	トップページ　.home

------------------------------------------------------------------ */
.home h2 {
  padding: 0;
  background: none;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .home h2 {
    font-size: 1.8rem;
  }
}
.home article {
  max-width: 100%;
  margin: 0;
}

.home main {
  background: url(../images/common/bg-5.png);
}

.home section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 72px 0;
}

.home section .ttl {
  margin-bottom: 50px;
  text-align: center;
}

.home #daijiten {
  background: url(../images/home/daijiten-bg.jpg) 50% 0;
}

.p-banner-cashless {
  display: none;
}

@media only screen and (max-width: 768px) {
  .p-banner-cashless {
    display: block;
    padding: 10px 0;
    background: #fff;
    text-align: center;
  }

  .p-banner-cashless img {
    width: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .p-banner-cashless {
    padding: 0;
  }
}
.home #recipe {
  border-width: 0 0 4px;
  border-style: solid;
  border-image: url(../images/common/line-2.png) 4 0 fill repeat;
}

.home #recipe .flex div {
  width: 48%;
}

.home #recipe .flex > div:first-child {
  margin-right: 4%;
}

.home #option {
  background: #fff url(/images/home/bg_fiirstbirthday.png) center bottom;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}

.home #option section .inner {
  overflow: hidden;
}

.home #option section + section {
  padding: 0 0 72px;
}

.home #option dl {
  float: left;
}

.home #option .inner div {
  overflow: hidden;
}

.home #option .figure {
  margin-right: 16px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .home #option .figure {
    width: 40%;
  }
}
.home #option div p {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.home h2 {
  margin-bottom: 1em;
}

.home h2 + p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .home h2 + p {
    font-size: 1.4rem;
  }
}
/* .home #main-visual { max-width: 1060px; margin: 0 auto;} */
/* .home #okuizome .column-1 .badge { position: absolute; top: -50px; left: -50px; width: 159px; height: 159px;}
.home #okuizome .column-2 .badge { position: absolute; top: -50px; right: -50px; width: 159px; height: 159px;} */
/* .home #recipe .flex > div:last-child { width: 48%} */
@media (min-width: 1001px) {
  .home #option .inner div {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .home #option .inner {
    padding: 0 4%;
  }

  .home #option .inner div {
    width: 50%;
  }

  .home #option div p {
    letter-spacing: 0.5px;
  }

  .home #option {
    background-size: 140% auto;
  }
}
@media (min-width: 751px) {
  .home #option .inner div {
    margin-right: 0;
    margin-bottom: 42px;
    padding-right: 12px;
  }

  .home #option .inner div:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .home #option .banner {
    margin-top: 64px;
  }

  .home .accordion {
    display: none;
  }

  .home .break-sp,
.home .sp-image {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .home section {
    width: 100%;
    padding: 40px 5%;
  }

  .home figure img {
    width: 100%;
  }

  .home #recipe {
    background-image: url(../images/home/recipe-bg-sp-1.png), url(../images/home/recipe-bg-sp-2.png), url(../images/common/bg-9.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: 50% 0, 50% 100%, 0 0;
    background-size: contain, contain, auto;
  }

  .home #recipe .flex div {
    width: 100%;
  }

  .home #recipe .flex > div:first-child {
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .home #option {
    background: #fff url(/images/home/bg_firstbirthday_sp.png) center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .home #option section {
    padding: 30px 0 30px;
  }

  .home #option section + section {
    padding: 20px 0 30px;
  }

  .home #option h2 {
    padding: 0 5%;
    line-height: 1.5;
  }

  .home #option h2 + p {
    padding: 0 5%;
  }

  .home #option .inner div {
    width: 100%;
    padding: 20px 5%;
  }

  .home #option .inner div:nth-child(odd) {
    background: #f9f5ea;
  }

  .home #option .banner {
    padding: 10px 0 30px;
  }

  .home .pc-image {
    display: none !important;
  }

  .home .accordion {
    text-align: center;
  }

  .home .accordion dl {
    float: none;
    overflow: hidden;
  }

  .home .accordion div {
    padding: 5%;
    border: solid 1px #f73035;
    background: #fff;
  }

  .home .accordion h4 {
    margin: 0;
    padding: 0;
    background: none;
  }

  .home .accordion dt img {
    border-radius: 50%;
  }

  .home .accordion dd {
    background: none;
  }

  .home .accordion span {
    display: flex;
    align-items: center;
    height: 50px;
    margin: 0;
    padding: 10px 10px 10px 60px;
    border-radius: 5px;
    color: #fff;
  }

  .home .accordion span.open {
    border-radius: 5px 5px 0 0;
  }

  .home .ac-about span {
    background: url(../images/common/icon-about.png) no-repeat 10px 50%, #f73035 url(../images/common/btn-plus.png) no-repeat 97% 50%;
  }

  .home .ac-about span.open {
    background: url(../images/common/icon-about.png) no-repeat 10px 50%, #f73035 url(../images/common/btn-minus.png) no-repeat 97% 50%;
  }

  .home .ac-howto span {
    background: url(../images/common/icon-howto.png) no-repeat 10px 50%, #f73035 url(../images/common/btn-plus.png) no-repeat 97% 50%;
  }

  .home .ac-howto span.open {
    background: url(../images/common/icon-howto.png) no-repeat 10px 50%, #f73035 url(../images/common/btn-minus.png) no-repeat 97% 50%;
  }

  .home .ac-menu span {
    background: url(../images/common/icon-menu.png) no-repeat 10px 50%, #f73035 url(../images/common/btn-plus.png) no-repeat 97% 50%;
    font-size: 1.7rem;
  }

  .home .ac-menu span.open {
    background: url(../images/common/icon-menu.png) no-repeat 10px 50%, #f73035 url(../images/common/btn-minus.png) no-repeat 97% 50%;
  }

  .home .ac-recipe span {
    background: url(../images/common/icon-recipe.png) no-repeat 10px 50%, #f73035 url(../images/common/btn-plus.png) no-repeat 97% 50%;
  }

  .home .ac-recipe span.open {
    background: url(../images/common/icon-recipe.png) no-repeat 10px 50%, #f73035 url(../images/common/btn-minus.png) no-repeat 97% 50%;
  }

  .home .accordion-inner {
    margin-bottom: 30px;
  }
}
.news {
  margin: 60px auto 0;
  padding: 20px;
  border: solid 1px #e60012;
  border-radius: 10px;
}

@media (min-width: 321px) and (max-width: 640px) {
  .home #option .op-6 em {
    font-size: 1.6rem;
  }

  .news {
    margin: 20px 20px 20px 20px;
  }

  .news h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 320px) {
  .home .ac-menu span {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.home #option .inner div:first-child p {
  letter-spacing: 0.2px;
}

.home #okuizome {
  border-width: 4px 0 0;
  border-style: solid;
  background: #fff url(../images/home/okuizome-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-image: url(../images/common/line-2.png) 4 0 fill repeat;
}

.home #okuizome .ttl {
  margin-bottom: 32px;
  padding-top: 30px;
  text-align: center;
}

.home #okuizome .lead {
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px #fff, 2px 2px 5px #fff, -2px -2px 5px #fff, -2px -2px 5px #fff;
}

.home #okuizome .lead--sub {
  margin-bottom: 10px;
  font-size: 2rem;
}

.home #okuizome .lineup {
  width: 1080px;
  margin: 0 auto 0 -100px;
}

.home #okuizome .column {
  position: relative;
  border-radius: 14px;
}

.home #okuizome .column-1 .border {
  border: solid 3px #d62331;
  border-radius: 12px;
}

.home #okuizome .column-2 .border {
  border: solid 3px #f77;
  border-radius: 12px;
}

.home #okuizome .column-3 .border {
  border: solid 3px #5ade9c;
  border-radius: 12px;
}

.home #okuizome .column .box-1 p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.home #okuizome .column .box-2 {
  padding: 17px 20px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  color: #50443d;
  text-align: center;
}

.home #okuizome .column .box-2 > p {
  display: inline-block;
  margin-bottom: 17px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}

.home #okuizome .column .box-2 div {
  padding: 10px 10px 10px 20px;
  border: solid 1px #f5cc5d;
  border-radius: 10px;
}

.home #okuizome .column .box-2 div p {
  margin-bottom: 5px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto serif Japanese", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: bold;
}

.home #okuizome .column .box-2 li {
  padding-left: 1em;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
  text-indent: -1em;
}

.home #okuizome .column-1 li::first-letter {
  color: #d62331;
}

.home #okuizome .column-2 li::first-letter {
  color: #f77;
}

.home #okuizome .column-3 li::first-letter {
  color: #5ade9c;
}

.home #okuizome .column a {
  display: block;
  width: 240px;
  margin: 0 auto;
}

.home #okuizome .column-1 .box-1 {
  padding: 20px;
  background: url(../images/common/bg-6.png);
  text-align: center;
}

.home #okuizome .column-2 .box-1 {
  padding: 20px;
  background: url(../images/common/bg-7.png);
  text-align: center;
}

.home #okuizome .column-3 .box-1 {
  padding: 20px;
  background: url(../images/common/bg-8.png);
  text-align: center;
}

.home #okuizome .flex > div {
  width: 32.6%;
  margin-right: 1.1%;
}

.home #okuizome .flex > div:last-child {
  width: 32.6%;
  margin-right: 0;
}

.home .home-okuizome__head {
  padding: 60px 10px 10px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .home .home-okuizome__head {
    margin-bottom: 20px;
  }
}
.home .home-okuizome .title-red {
  margin-top: 10px;
  color: #e60012;
  font-size: 2.8rem;
  font-weight: bold;
}
.home .home-okuizome .title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .home .home-okuizome .title-sub {
    flex-direction: column;
  }
}
.home .home-okuizome .title-sub img {
  width: 27px;
  margin-right: 4px;
}
@media screen and (max-width: 750px) {
  .home .home-okuizome .title-sub img {
    margin: 0 0 4px;
  }
}
.home .home-okuizome .title-desc {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1000px) {
  .home #okuizome .lineup {
    width: 768px;
    margin: 0 auto 0;
  }

  .home #okuizome .column .box-1 {
    padding: 10px;
  }
}
@media (min-width: 751px) {
  .home #okuizome section {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .home #okuizome {
    background: #f8e9c2 url(../images/home/okuizome-bg.jpg);
    background-color: #fff, #fff;
    /* url(../images/common/bg-4.png) */
    background-repeat: no-repeat, repeat;
    background-position: 50% 78px, 0 78px;
    background-position: top center;
    background-size: 100% auto, auto auto;
  }

  .home #okuizome section {
    width: 100%;
    padding: 0 1% 40px;
    box-sizing: border-box;
  }

  .home #okuizome .lineup {
    width: 100%;
    margin: 0;
  }

  .home #okuizome .ttl {
    padding: 0 0;
  }

  .home #okuizome .column .border > img {
    width: 100%;
    height: auto;
  }

  .home #okuizome .lead {
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .home #okuizome .lead--sub {
    font-size: 1.5rem;
  }

  .home #okuizome .flex div {
    width: 100%;
    margin-right: 0;
  }

  .home #okuizome .flex > div:last-child {
    width: 100%;
  }

  .home #okuizome .column-1,
.home #okuizome .column-2 {
    margin-bottom: 20px;
  }

  .home #okuizome .column .box-2 li {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media (max-width: 320px) {
  .home #okuizome .column .box-2 div {
    padding: 10px;
  }
}
#gnav li span {
  font-size: 1.1rem;
}

/* ------------------------------------------------
	タブ　tab
------------------------------------------------ */
.tabs {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 50px auto 0;
}

.tab_item:hover {
  /* opacity: 0.75; */
}

/* ラジオボタンを全て消す */
input[name=tab_item] {
  display: none;
}

/* タブ切り替えの中身のスタイル */
.tab_content {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 522px;
  padding: 50px;
  clear: both;
  overflow: hidden;
  background: url(../images/home/book-bg.png);
}

.tab_content div {
  width: 400px;
  margin-bottom: 30px;
  float: left;
  font-size: 1.2rem;
}

.tab_content div:nth-child(even) {
  float: right;
}

.tab_content div em {
  display: inline-block;
  margin: 20px 0 10px;
  font-size: 1.4rem;
}

.tab_content .figure {
  margin-right: 20px;
  float: left;
}

.tab_content .figure img {
  border-radius: 50%;
}

/* 選択されているタブのコンテンツのみを表示 */
#r_1:checked ~ #r_1_content,
#r_2:checked ~ #r_2_content,
#r_3:checked ~ #r_3_content,
#r_4:checked ~ #r_4_content {
  display: block;
}

/* 選択されているタブのスタイルを変える */
.tabs input:checked + .tab_item img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.r_1 {
  background: url(../images/home/tab-1-on.png);
}

.r_2 {
  background: url(../images/home/tab-2-on.png);
}

.r_3 {
  background: url(../images/home/tab-3-on.png);
}

.r_4 {
  background: url(../images/home/tab-4-on.png);
}

@media screen and (min-width: 751px) {
  .tabs {
    width: 1000px;
  }

  /* タブのスタイル */
  .tab_item {
    z-index: 100;
    width: 25%;
    float: left;
    transition: all 0.2s ease;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .tabs {
    width: 100%;
    height: 1800px;
  }

  .home .tabs {
    display: none;
  }

  /* タブのスタイル */
  .tab_item {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    width: 48%;
    padding: 20px 10px;
    transition: all 0.2s ease;
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 1.3;
    text-align: center;
    text-align: center;
  }

  .r_1 {
    left: 0;
  }

  .r_2 {
    left: 52%;
  }

  .r_3 {
    top: 90px;
    left: 0;
  }

  .r_4 {
    top: 90px;
    left: 52%;
  }

  label span {
    width: 25px;
    height: 25px;
  }

  .tab_content {
    top: 180px;
    padding: 20px;
  }
}
/* ------------------------------------------------------------------

	下層ページ　.page

------------------------------------------------------------------ */
#breadcrumb {
  background: url(../images/common/bg-2.png);
}

#breadcrumb ul {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}

#breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 40px;
}

#breadcrumb li::after {
  content: " > ";
  margin-right: 4px;
}

#breadcrumb li:last-child::after {
  content: "";
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/*
.c-attention-virus {
  padding: 10px;
  margin: 10px;
  text-align: center;
  background: #fff;
  border: 3px solid #f00;
  font-weight: bold;
  color: #f00;
}
*/
.page #main-visual {
  display: flex;
  align-items: center;
  background: #f7f7f7 right 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.page #main-visual .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: left;
}

.page #main-visual .inner span {
  display: block;
  font-size: 2.2rem;
}

.sitemap #main-visual,
.guide #main-visual,
.order #main-visual,
.privacy #main-visual,
.raw #main-visual,
.terms #main-visual {
  height: 180px;
  background: url(../images/common/washi.jpg);
}

.page section p {
  margin-bottom: 1em;
}

.page .accordion {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c9c1b1;
}

.page .accordion div {
  overflow: hidden;
}

.page .accordion dl {
  margin: 0 0 20px 0;
}

.page .accordion dt {
  width: 70px;
}

.page .accordion dd {
  width: 180px;
  padding-right: 8%;
}

.page .return-home {
  padding: 3px 0;
  text-align: center;
}

.page .return-home a {
  padding-bottom: 5px;
  border-bottom: solid 1px #7b726c;
}

.banners-01 {
  padding: 22px 5% 40px;
  background: url(../images/about/bg-banner.jpg) 50%;
  background-size: cover;
}
.banners-01__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.banners-01__inner::before {
  content: "";
  display: block;
  height: 27px;
  background-image: url(../images/common/banners/title-ribbon.png);
  background-position: center;
  background-size: 1000px;
}
.banners-01__title {
  margin-bottom: 18px;
  color: #e60012;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .banners-01__title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.banners-01__text {
  margin-bottom: 32px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .banners-01__text {
    font-size: 1.4rem;
  }
}
.banners-01__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 750px) {
  .banners-01__list {
    display: block;
    margin: 0;
  }
}
.banners-01__list li {
  flex-basis: 320px;
  max-width: 320px;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .banners-01__list li {
    max-width: 100%;
    margin: 20px 0 0;
  }
}

.page-nav div {
  position: relative;
  height: 70px;
  border: solid 1px #e60012;
  border-radius: 5px;
  background-color: #fff;
  color: #e60012;
  font-size: 1.6rem;
  text-align: center;
}

.page-nav div p {
  margin: 0;
}

.page-nav {
  display: flex;
  justify-content: space-between;
}

.page-nav a {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer !important;
}

@media (max-width: 1000px) {
  .page #main-visual .inner {
    padding: 0 1em;
  }

  .page section {
    padding: 0 5%;
  }

  #breadcrumb {
    padding: 0 2%;
  }
}
@media (max-width: 832px) {
  .page .accordion dd br {
    display: none;
  }
}
@media (min-width: 751px) {
  .page-nav div {
    width: 300px;
  }

  .page-nav p {
    margin: 0;
    line-height: 70px;
  }

  .page-nav .prev p::before {
    content: url(../images/common/arrow-6-s.png);
    margin-right: 10px;
  }

  .page-nav .next p::after {
    content: url(../images/common/arrow-7-s.png);
    margin-left: 10px;
  }

  .page .accordion dl {
    width: 25%;
    max-width: 250px;
  }
}
@media (max-width: 750px) {
  #breadcrumb li {
    font-size: 1.1rem;
    line-height: 25px;
  }

  /*
    .c-attention-virus {
      text-align: left;
      padding: .5em;
      border: 2px solid #f00;
      margin: .5em 0;
      font-weight: normal;
    }
  */
  .page main {
    padding: 0 0 40px;
  }

  .page #main-visual {
    display: table;
    width: 100%;
    height: 140px;
  }

  .page #main-visual .inner {
    display: table-cell;
    height: 100%;
    padding: 0 0.5em;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    vertical-align: middle;
  }

  .page-nav div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    line-height: 1.3;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .page-nav div.-spStraight {
    width: auto;
    padding-right: 40px;
  }

  .page .accordion {
    padding-bottom: 0;
  }

  .page .accordion dl {
    width: 100%;
  }
}
/* ------------------------------------------------------------------

	お食い初めとは　.about

------------------------------------------------------------------ */
.page-about .title-ribbon {
  margin-bottom: 30px;
}
.page-about .title-ribbon__inner {
  min-width: 327px;
}
@media screen and (max-width: 750px) {
  .page-about .title-ribbon__inner {
    min-width: 230px;
  }
}
.page-about .title-red {
  margin-bottom: 2.2em;
  color: #e60012;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.page-about .page-about-h3-multi::before {
  top: 0;
  margin-top: 0;
}
.page-about .page-about-h4-momoka {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 0;
  background: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.page-about .page-about-h4-momoka::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background-image: url(../images/common/icon-japan.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about .page-about-h4-momoka .text {
  flex: 1;
}
.page-about .text-image-group {
  overflow: hidden;
}
.page-about .text-image-group .figure-right {
  margin-bottom: 1.4em;
  margin-left: 2em;
  float: right;
}
@media screen and (max-width: 750px) {
  .page-about .text-image-group .figure-right {
    margin: 0 0 1.4em;
    float: none;
    text-align: center;
  }
}
.page-about .text-image-group .figure-left {
  margin-right: 2em;
  margin-bottom: 1.8em;
  float: left;
}
@media screen and (max-width: 750px) {
  .page-about .text-image-group .figure-left {
    margin: 0 0 1.4em;
    float: none;
    text-align: center;
  }
}

.about #main-visual {
  background: url(../images/about/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.about article {
  margin-bottom: 70px;
  padding: 30px 0;
  background: #fff;
}

.about section {
  padding: 30px 80px;
}

.about .figure {
  margin: 0 0 40px 40px;
  float: right;
}

@media (max-width: 1000px) {
  .about section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .about section:nth-child(3) .figure {
    margin: 0 42px 40px 0;
    float: left;
  }
}
@media (max-width: 750px) {
  .about .figure {
    margin: 0 0 40px 0;
    float: none;
  }

  .about .figure img {
    width: 100%;
  }
}
.btn-link {
  display: block;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 278px;
  height: 56px;
  padding: 10px 10px;
  border: 2px solid #e60012;
  border-radius: 10px;
  color: #e60012;
  text-align: center;
}
@media (max-width: 750px) {
  .btn-link {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 56px;
  }
}
.btn-link:hover {
  background-color: #e60012;
  color: #fff;
}
.btn-link__text {
  display: flex;
  flex: 1;
  align-items: center;
}
.btn-link__text .arrow {
  margin-left: auto;
}
.btn-link--icon {
  width: 100%;
  border: none;
  background-color: #e97262;
  color: #fff;
}
@media (max-width: 750px) {
  .btn-link--icon {
    text-align: left;
  }
}
.btn-link--icon::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 22px;
  margin-right: 8px;
  background-image: url(../images/howto/icon-track.png);
  background-repeat: no-repeat;
}
.btn-link--icon:hover {
  opacity: 0.7;
  background-color: #e97262;
  color: #fff;
}
.btn-link--jubako::before {
  width: 27px;
  height: 27px;
  background-image: url(../images/common/icon-jubako-w.png);
  background-size: cover;
}

.block-set-box {
  margin-top: 40px;
  padding: 24px 30px 40px;
  border-radius: 10px;
  background-color: #fef3f1;
}
@media (max-width: 750px) {
  .block-set-box {
    padding: 20px 20px 20px;
  }
}
.block-set-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .block-set-box__title {
    text-align: left;
  }
}
.block-set-box__title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  transform: translateY(2px);
  background-image: url(../images/common/icon-ribbon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .block-set-box__title::before {
    margin-right: 14px;
  }
}
.block-set-box__sub {
  margin: 10px 0 30px;
  text-align: center;
}
.block-set-box__images {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .block-set-box__images {
    display: block;
    text-align: center;
  }
}
.block-set-box__images__right {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 44px;
}
@media (max-width: 750px) {
  .block-set-box__images__right {
    display: block;
    margin: 20px 0 0;
  }
}
.block-set-box__link {
  margin-top: 20px;
}
.block-set-box--2 .block-set-box__title {
  margin-bottom: 30px;
}

@media (min-width: 751px) {
  .about .break-sp,
.about .sp-image {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .about .pc-image {
    display: none !important;
  }
}
/* ------------------------------------------------------------------

	商品一覧　.products

------------------------------------------------------------------ */
.products #main-visual {
  background: url(../images/products/main-visual.png) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.products-list .flex a {
  display: block;
  position: relative;
  width: 30.5%;
  margin: 0 3.5% 35px 2px;
}

.products-list .list-cell {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 3px 0 #999;
}

.products-list a.list-cell {
  display: block;
  z-index: 1000;
  border: solid 1px #fff;
  cursor: pointer !important;
}

.products-list a:hover {
  animation: blink 0.4s ease-in-out alternate;
  border: solid 1px #f00;
  border-radius: 5px;
}

.products-list .list-cell dd {
  padding-top: 20px;
  text-align: center;
}

.products-list .list-cell dd .ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

.products-list .list-cell dd .price {
  color: #e60012;
}

.infobar > div::after {
  content: "";
  display: table;
  clear: both;
}

.infobar .list-category {
  padding-bottom: 5px;
  border-bottom: solid 1px #ded2ca;
}

.infobar .list-category li {
  display: inline-block;
  padding: 0 8px;
}

.infobar .list-category li:first-child {
  padding-left: 0;
  border-right: solid 1px #50443d;
  line-height: 1;
}

.infobar .result {
  float: left;
}

.infobar .result span {
  font-size: 1.6rem;
  font-weight: 500;
}

.infobar .btns-select-container {
  float: right;
}

.products .select-1 {
  margin-right: 15px;
}

.products .btns-select select {
  display: block;
  padding: 10px;
  border: 1px solid #ded2ca;
  outline: none;
  color: #50443d;
  font-size: 1.4rem;
  -webkit-appearance: none;
  appearance: none;
}

.products .btns-select {
  position: relative;
}

.products .btns-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/common/arrow-2.png) 0 0 no-repeat;
  background-size: 8px;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .infobar {
    padding: 0 5%;
  }
}
@media (min-width: 751px) {
  .infobar {
    margin-bottom: 50px;
  }

  .infobar .list-category {
    margin-bottom: 20px;
  }

  .products .select-1 select {
    width: 120px;
  }

  .products .select-2 select {
    width: 180px;
  }

  .products-list .list-cell:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .infobar {
    padding: 5%;
  }

  .infobar .list-category {
    margin-bottom: 10px;
  }

  .infobar .list-category li {
    font-size: 1.4rem;
  }

  .infobar .result {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }

  .infobar .result span {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .infobar .btns-select-container {
    width: 100%;
    max-width: 750px;
    float: none;
  }

  .btns-select label,
.select-1 select,
.select-2 select {
    width: 100%;
  }

  .select-1,
.select-2 {
    width: 48%;
  }

  .select-1 {
    margin-right: 4%;
  }

  .products-list .list-cell dt img {
    width: 40%;
    height: auto;
    float: left;
  }

  .products-list .list-cell dd {
    margin-left: 45%;
    padding-top: 0;
    text-align: left;
  }

  .products-list .flex a {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .products-list .list-cell:nth-child(even) {
    margin-right: 0;
  }

  .products-list .list-cell dd .ttl {
    font-size: 1.4rem;
  }

  .products-list .list-cell dd .price {
    font-size: 1.3rem;
  }

  .page-nav .prev {
    padding: 0 10px 0 30px;
    background: url(../images/common/arrow-6.png) no-repeat 5% 50%;
  }

  .page-nav .next {
    padding: 0 30px 0 10px;
    background: url(../images/common/arrow-7.png) no-repeat 95% 50%;
  }
}
/* ------------------------------------------------------------------

	商品詳細　.products_detail

------------------------------------------------------------------ */
.products-detail .badge {
  margin-bottom: 20px;
}

.products-detail .badge span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 15px;
  border-radius: 15px;
  background: #e3d8d1;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
}

.products-detail article:first-child {
  margin-bottom: 0;
}

.products-detail article .item-ttl-container {
  margin-bottom: 35px;
}

.products-detail article .item-ttl-container p {
  margin: 0;
}

.products-detail article .item-ttl-container .item-ttl {
  margin-bottom: 20px;
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

.products-detail section p {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
}

.products-detail section .price {
  padding-top: 25px;
  overflow: hidden;
  background: url(../images/common/dot-3.png) repeat-x 0 0;
}

.products-detail section .price div {
  width: 175px;
  float: left;
}

.products-detail section .price dl {
  display: table;
  width: 175px;
}

.products-detail section .price dt {
  display: table-cell;
  width: 45px;
  vertical-align: middle;
}

.products-detail section .price dd {
  width: 130px;
  font-size: 2rem;
}

.products-detail section .price dd small {
  font-size: 1.2rem;
}

.products-detail section .price dl:first-child {
  margin-bottom: 10px;
}

.products-detail section .price dl:first-child dd {
  font-size: 2rem;
  font-weight: 500;
}

.products-detail section .price dl:nth-child(2) dd {
  width: 60px;
}

.products-detail section .price p {
  /* width: 274px; */
  margin-top: 10px;
  float: right;
}

.products-detail .btns-select select {
  display: block;
  width: 60px;
  padding: 10px;
  border: 1px solid #ded2ca;
  outline: none;
  color: #50443d;
  font-size: 1.4rem;
  -webkit-appearance: none;
  appearance: none;
}

.products-detail .btns-select {
  position: relative;
}

.products-detail .btns-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/common/arrow-2.png) 0 0 no-repeat;
  background-size: 8px;
  pointer-events: none;
}

.products-detail .set-content p {
  margin: 0;
  font-size: 1.4rem;
}

.products-detail .set-content div {
  margin-bottom: 35px;
  padding-bottom: 35px;
  background: url(../images/common/dot-3.png) repeat-x 0 bottom;
}

.products-detail .set-content div:last-child {
  margin: 0;
  background: none;
}

#recommend {
  background: url(../images/common/bg-3.png);
}

#recommend .list-cell {
  width: 30.5%;
  margin: 0 3.5% 35px 2px;
  padding: 10px;
  transition: all 0.2s linear;
  /*
    width: 23.5%;
    margin-right: 2%;
  */
  border: solid 1px #fff;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 3px 0 #999;
}

#recommend .list-cell:nth-child(3n) {
  margin-right: 0;
}

#recommend .list-cell:last-child {
  margin-right: 0;
}

#recommend .list-cell dd {
  padding-top: 10px;
  line-height: 1.4;
  text-align: center;
}

#recommend .list-cell dd .ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

#recommend .list-cell dd .price {
  color: #e60012;
}

#recommend .list-cell:hover {
  transition: all 0.2s linear;
  border: solid 1px #f00;
}

.btn-buy {
  top: 0;
  width: 100%;
  transition: none;
  transition: all 0.2s linear;
  border-radius: 5px;
  background-color: #e60012;
  box-shadow: 0 5px 0 #ca0010;
  text-align: center;
}

.btn-buy a {
  display: block;
  position: relative;
  padding-left: 50px;
  background: url(../images/common/icon-cart-2.png) no-repeat 5% 50%;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 73px;
}

.btn-buy_s a {
  display: block;
  max-width: 320px;
  border: solid 1px #e60012;
  border-radius: 5px;
  background: #e60012 url(../images/common/icon-cart-2.png) no-repeat 5% 50%;
  box-shadow: 0 5px 0 #ca0010;
  color: #fff;
  font-size: 1.6rem;
  line-height: 55px;
  text-align: center;
}

@media (min-width: 751px) {
  .products-detail article section:first-child {
    width: 46%;
    margin-right: 4%;
  }

  .products-detail article section:last-child {
    width: 50%;
  }

  .products-detail article:first-child {
    padding-bottom: 50px;
  }

  #recommend {
    padding: 70px 0 36px;
  }

  #recommend .flex {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .products-detail article section:first-child,
.products-detail article section:last-child {
    width: 100%;
  }

  .products-detail article:first-child {
    padding-top: 5%;
  }

  .products-detail .slider img {
    width: 100%;
  }

  .products-detail .item-description p:last-child {
    margin-bottom: 0;
  }

  .products-detail .item-description {
    margin-bottom: 35px;
    padding: 35px 0;
    background: url(../images/common/dot-3.png) repeat-x 0 bottom;
  }

  .products-detail section .price p {
    width: 100%;
    margin-top: 10px;
    float: none;
    clear: both;
  }

  .products-detail section .price dl:nth-child(2) {
    margin-bottom: 30px;
  }

  .btn-buy a {
    padding: 0;
    background-position: 5% 50%;
  }

  .btn-buy.long a {
    padding: 3% 2% 3% 18%;
    line-height: 1.5;
    text-align: left;
  }

  #recommend .list-cell {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 10px 10px 5px 10px;
    line-height: 1.2;
  }

  #recommend .list-cell:nth-child(3n) {
    margin-right: 4%;
  }

  #recommend .list-cell:nth-child(even) {
    margin-right: 0;
  }

  #recommend .list-cell dd {
    padding-top: 5px;
    line-height: 1.2;
  }

  #recommend .list-cell dd .ttl {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  #recommend {
    padding: 50px 5% 36px;
  }
}
/* ------------------------------------------------------------------

	お食い初めの石、歯固めの石　.hagatame

------------------------------------------------------------------ */
.hagatame h2 {
  padding: 20px;
  border: solid 1px #e60012;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
}

.hagatame #main-visual {
  background: url(../images/hagatame/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.hagatame article {
  margin-bottom: 70px;
  padding: 30px 0;
  background: #fff;
}

.hagatame section {
  padding: 30px 80px;
  overflow: hidden;
}

.hagatame .figure {
  margin: 0 0 40px 40px;
  float: right;
}

.hagatame .flex dl:last-child {
  margin: 0;
}

.hagatame .substitution img {
  width: 100%;
}

.hagatame h5 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .hagatame section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .hagatame .flex .substitution {
    width: 22%;
    margin-right: 4%;
  }

  .hagatame .figure img {
    max-width: 380px;
  }
}
@media (max-width: 750px) {
  .hagatame .figure {
    margin: 0 0 40px 0;
    float: none;
  }

  .hagatame .figure img {
    width: 100%;
  }

  .hagatame .flex dl {
    width: 48%;
    margin-bottom: 10%;
  }

  .hagatame .flex dl:nth-child(odd) {
    margin-right: 4%;
  }

  .hagatame h5 {
    margin: 0;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------------------------------

	お食い初めの食器　.dishes

------------------------------------------------------------------ */
.dishes h2 {
  padding: 20px;
  border: solid 1px #e60012;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
}

.dishes #main-visual {
  background: url(../images/dishes/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.dishes .accustomed div {
  width: 40%;
  margin: 5%;
  padding: 5%;
  border: solid 1px #e60012;
  border-radius: 5px;
  background: #fff;
}

.dishes article.cont {
  margin-bottom: 30px;
  padding: 30px 0 0;
  background: #fff;
}

.dishes section {
  padding: 30px 60px;
  overflow: hidden;
}

.dishes .accustomed p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.dishes .accustomed p span {
  padding-bottom: 10px;
  border-bottom: solid 2px #666;
}

.dishes .accustomed li {
  padding-left: 1em;
  text-indent: -1em;
}

.dishes .accustomed li::before {
  content: "●";
  color: #e60012;
}

.dishes .accustomed li::first-letter {
  margin-right: 0.5em;
  font-size: 1rem;
}

.dishes .urushi {
  margin-bottom: 50px;
}

.dishes .urushi dl {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: solid 1px #ded2ca;
}

.dishes .urushi dl + p {
  margin-top: 1em;
}

.dishes .urushi dt {
  width: 100px;
  padding: 8px;
  float: left;
  font-weight: 600;
}

.dishes .urushi dd {
  padding: 8px;
}

.dishes .urushi .flex {
  padding: 30px 0;
}

.dishes .urushi .flex div {
  width: 33.333%;
  text-align: center;
}

.dishes .page-nav {
  margin-bottom: 100px;
}

.dishes .rental > div {
  margin-bottom: 50px;
  padding: 5%;
  border: solid 3px #e60012;
  border-radius: 10px;
}

.dishes .rental .ttl {
  font-size: 2.4rem;
  text-align: center;
}

.dishes .rental .inner {
  overflow: hidden;
}

.dishes .rental .inner .figure {
  max-width: 500px;
  float: right;
}

.dishes .rental .inner .figure ul {
  overflow: hidden;
}

.dishes .rental .inner .figure li {
  width: 50%;
  float: left;
}

.dishes .rental .inner .figure p {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px;
  background: #dccfb7;
  letter-spacing: -0.5px;
  line-height: 1.28;
  text-align: center;
}

.dishes .rental .inner .figure p::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 8px solid #dccfb7;
}

.dishes .rental .note p {
  margin: 0;
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.dishes .rental .btn-buy {
  width: 80%;
  margin: 3em auto 0;
}

.dishes .contract .ttl {
  font-size: 2.4rem;
  text-align: center;
}

.dishes .contract li:nth-child(1) {
  background-image: url(../images/common/num-1.png);
}

.dishes .contract li:nth-child(2) {
  background-image: url(../images/common/num-2.png);
}

.dishes .contract li:nth-child(3) {
  background-image: url(../images/common/num-3.png);
}

.dishes .contract li:nth-child(4) {
  background-image: url(../images/common/num-4.png);
}

.dishes .contract li:nth-child(5) {
  background-image: url(../images/common/num-5.png);
}

.dishes .contract li {
  margin-bottom: 1em;
  padding-left: 31px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 20px auto;
}

.dishes .contract li img {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

.dishes .contract li span {
  color: #e60012;
}

@media (max-width: 1000px) {
  .dishes section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .dishes .contract {
    padding: 5%;
    background: #f1f1f1;
  }
}
@media (max-width: 750px) {
  .dishes .accustomed div {
    width: 100%;
    margin: 5% 0;
  }

  .dishes .urushi dl {
    margin-bottom: 8px;
  }

  .dishes .urushi dt {
    float: none;
  }

  .dishes .urushi .flex div {
    width: 100%;
    margin-bottom: 30px;
  }

  .dishes .rental .inner .figure {
    margin: 0 auto;
    float: none;
  }

  .dishes .rental .inner .figure p {
    width: 100%;
  }

  .dishes .rental .btn-buy {
    width: 100%;
  }

  .dishes .rental .btn-buy a {
    padding: 3% 2% 3% 18%;
    line-height: 1.5;
    text-align: left;
  }
}
/* ------------------------------------------------------------------

	お食い初めの祝い箸　.iwaibashi

------------------------------------------------------------------ */
.iwaibashi h2 {
  padding: 20px;
  border: solid 1px #e60012;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
}

.iwaibashi #main-visual {
  background: url(../images/iwaibashi/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.iwaibashi article {
  margin-bottom: 70px;
  padding: 30px 0;
  background: #fff;
}

.iwaibashi section {
  padding: 30px 80px;
  overflow: hidden;
}

.iwaibashi .origin dl {
  background: url(../images/common/dot-3.png) repeat-x 0 100%;
}

.iwaibashi .origin dt {
  padding: 30px 0;
}

.iwaibashi .origin dd {
  padding: 30px 0;
}

@media (max-width: 1000px) {
  .iwaibashi section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .iwaibashi .origin dt {
    display: table-cell;
    width: 220px;
    padding: 30px 0;
    vertcal-align: top;
  }

  .iwaibashi .origin dd {
    display: table-cell;
    padding: 30px 0;
  }

  .iwaibashi .figure-r {
    width: 250px;
    margin-left: 50px;
    float: right;
  }

  .iwaibashi .figure-l {
    width: 300px;
    margin-right: 50px;
    float: left;
  }
}
@media (max-width: 750px) {
  .iwaibashi .origin dt {
    padding: 30px 0 0;
  }

  .iwaibashi .origin dd {
    padding: 30px 0;
  }
}
/* ------------------------------------------------------------------

	お食い初めの服装と記念写真　.costume

------------------------------------------------------------------ */
.costume h2 {
  padding: 20px;
  border: solid 1px #e60012;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
}

.costume #main-visual {
  background: url(../images/costume/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.costume article {
  margin-bottom: 70px;
  padding: 30px 0;
  background: #fff;
}

.costume section {
  padding: 30px 80px;
  overflow: hidden;
}

.costume .figure img {
  margin-bottom: 10px;
}

.costume .goods {
  max-width: 1000px;
  margin: 50px auto 0;
}

.costume .goods .inner {
  padding: 5%;
  border: solid 3px #e60012;
  border-radius: 10px;
  text-align: center;
}

.costume .goods .ttl {
  font-size: 2.4rem;
}

.costume .goods img {
  margin: 30px 0;
}

@media (max-width: 1000px) {
  .costume section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .costume .figure {
    width: 400px;
    margin-left: 50px;
    float: right;
  }
}
@media (max-width: 750px) {
  .costume .figure img {
    width: 100%;
  }

  .costume .btn-buy a {
    padding: 3% 4% 3% 22%;
    line-height: 1.5;
    text-align: left;
  }
}
/* ------------------------------------------------------------------

	レシピ　.recipe

------------------------------------------------------------------ */
.recipe #main-visual {
  background: url(../images/recipe/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.recipe article {
  margin-bottom: 70px;
  padding: 30px 0;
  background: #fff;
}

.recipe section {
  padding: 30px 80px;
  overflow: hidden;
}

.recipe h3 + p {
  margin-bottom: 50px;
}

.recipe section .flex div {
  position: relative;
  width: 45%;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 3px 0 #999;
}

.recipe section .flex div p {
  font-size: 1.6rem;
  text-align: center;
}

.recipe section .flex div .ttl {
  font-weight: bold;
}

.recipe section .flex div .btn {
  margin: 20px 0 0 0;
  border-radius: 4px;
  background: #e60012 url(../images/common/icon-point-2.png) no-repeat 20px 50%;
  color: #fff;
  line-height: 50px;
}

.recipe section .flex div a {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #fff;
  cursor: pointer !important;
}

.recipe section .flex div a:hover {
  animation: blink 0.4s ease-in-out alternate;
  border: solid 1px #f00;
  border-radius: 5px;
}

.recipe .point {
  padding: 30px 80px;
  border: solid 1px #e60012;
}

.recipe .point .ttl {
  padding-left: 60px;
  background: url(../images/common/icon-point.png) no-repeat 0 50%;
  background-size: 35px auto;
  color: #e60012;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 35px;
}

.recipe .material {
  width: 100%;
  margin-bottom: 20px;
  background: #f3efe8;
}

.recipe .material dl {
  overflow: hidden;
  border-top: solid 1px #ded2ca;
}

.recipe .material dt,
.recipe .material dd {
  line-height: 35px;
}

.recipe .material dt {
  float: left;
}

.recipe .material dd {
  border-bottom: solid 1px #ded2ca;
  text-align: right;
}

.recipe section li:nth-child(1) {
  background-image: url(../images/common/num-1.png);
}

.recipe section li:nth-child(2) {
  background-image: url(../images/common/num-2.png);
}

.recipe section li:nth-child(3) {
  background-image: url(../images/common/num-3.png);
}

.recipe section li:nth-child(4) {
  background-image: url(../images/common/num-4.png);
}

.recipe section li:nth-child(5) {
  background-image: url(../images/common/num-5.png);
}

.recipe section li:nth-child(6) {
  background-image: url(../images/common/num-6.png);
}

.recipe section li:nth-child(7) {
  background-image: url(../images/common/num-7.png);
}

.recipe section li {
  margin-bottom: 1em;
  padding-left: 31px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 20px auto;
}

.recipe section li img {
  width: 20px;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .recipe section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .recipe section .flex div:nth-child(odd) {
    //margin-right: 10%;
  }

  .recipe #main-visual span br {
    display: none;
  }

  .recipe .material {
    max-width: 340px;
    margin-left: 40px;
    padding: 40px;
    float: right;
  }
}
@media (max-width: 750px) {
  .recipe section .flex div {
    width: 100%;
  }

  .recipe section .flex div:first-child {
    margin-bottom: 10%;
  }

  .recipe .material {
    padding: 7%;
  }

  .recipe .point {
    padding: 30px 5%;
  }

  .recipe section li {
    background-position: 0 7px;
  }
}
/* ------------------------------------------------------------------
	レシピ　鯛めし　.taimeshi
------------------------------------------------------------------ */
.taimeshi #main-visual {
  background: url(../images/recipe/taimeshi/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

/* ------------------------------------------------------------------
	レシピ　アクアパッツァ　.aquapazza
------------------------------------------------------------------ */
.aquapazza #main-visual {
  background: url(../images/recipe/aquapazza/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.aquapazza .point p {
  padding-left: 1em;
  text-indent: -1em;
}

/* ------------------------------------------------------------------
	レシピ　鯛そぼろ　.taisoboro
------------------------------------------------------------------ */
.taisoboro #main-visual {
  background: url(../images/recipe/taisoboro/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

@media (min-width: 751px) {
  .taisoboro section li img {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .taisoboro section li img {
    width: 100%;
    height: auto;
  }
}
/* ------------------------------------------------------------------
	レシピ　潮汁　.ushio
------------------------------------------------------------------ */
.ushio #main-visual {
  background: url(../images/recipe/ushio/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

@media (min-width: 751px) {
  .ushio section li img {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .ushio section li img {
    width: 100%;
    height: auto;
  }
}
/* ------------------------------------------------------------------

	お食い初めのやり方　.howto

------------------------------------------------------------------ */
.howto h2 {
  padding: 20px;
  border: solid 1px #e60012;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
}

.howto #main-visual {
  background: url(../images/howto/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.howto .figure img {
  margin-bottom: 1em;
}

.howto .figure p + p {
  font-size: 1.2rem;
}

.howto .note div {
  padding: 20px;
  border: solid 1px #e60012;
}

.howto article {
  margin-bottom: 70px;
  padding: 30px 0;
  background: #fff;
}

.howto section {
  padding: 30px 80px;
  overflow: hidden;
}

.howto section dl {
  margin-bottom: 10px;
  overflow: hidden;
}

.howto section dt {
  width: 60px;
  float: left;
}

.howto section dd::before {
  content: "…";
  margin-right: 10px;
}

.howto .note > p {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1000px) {
  .howto section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .howto .figure {
    width: 400px;
    margin-left: 50px;
    float: right;
  }

  .howto section .flex div {
    width: 47%;
  }

  .howto section .flex div:first-child {
    margin-right: 6%;
  }

  .howto section .flex div:first-child h4 + p {
    width: 250px;
    margin: 0 auto 1em;
  }

  .howto section .flex div:last-child img {
    margin: 10px auto;
  }
}
@media (max-width: 750px) {
  .howto section .flex div {
    width: 100%;
  }

  .howto .figure img {
    width: 100%;
  }

  .howto section .flex div:first-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 751px) {
  .howto .break-sp,
.howto .sp-image {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .howto .pc-image {
    display: none !important;
  }
}
/* ------------------------------------------------------------------

	メニュー・献立　.page-menu

------------------------------------------------------------------ */
.page-menu .note {
  padding: 20px;
  border: solid 1px #e60012;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: left;
}

.page-menu #main-visual {
  background: url(../images/menu/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.page-menu article {
  margin-bottom: 70px;
  padding: 30px 0;
  background: #fff;
}

.page-menu section {
  padding: 30px 80px;
  overflow: hidden;
}

.page-menu section li {
  margin-left: 0.3em;
  padding-left: 1em;
  text-indent: -1em;
}

.page-menu section li::before {
  content: "●";
  color: #e60012;
}

.page-menu section li::first-letter {
  margin-right: 0.5em;
  font-size: 1rem;
}

.page-menu .btn-2 {
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .page-menu section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .page-menu .figure {
    width: 400px;
    margin-left: 50px;
    float: right;
  }

  .page-menu .fig-s {
    width: 300px;
  }

  .page-menu section .inner {
    clear: both;
  }
}
@media (max-width: 750px) {
  .page-menu .btn-2 {
    margin: 0 auto 50px;
  }

  .page-menu .flex div {
    width: 100%;
  }

  .page-menu .figure img {
    width: 100%;
  }

  .page-menu .flex div:first-child {
    margin-bottom: 50px;
  }
}
/* 21/06/16 ブログ用追加 */
#main-visual.blog {
  display: flex;
  align-items: center;
  background: #f7f7f7 right 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

#main-visual.blog .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: left;
}

#main-visual.blog .inner span {
  display: block;
  font-size: 2.2rem;
}

#main-visual.terms {
  height: 180px;
  background: url(../images/common/washi.jpg);
}

/* ------------------------------------------------------------------

	メニュー・献立 鯛　.page-menu .tai

------------------------------------------------------------------ */
.tai #main-visual {
  background: url(../images/menu/tai/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.tai section .note {
  margin-top: 50px;
}

.tai section .figure {
  position: relative;
  margin: 50px auto;
  float: none;
}

.tai .badge {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e60012;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.tai .badge small {
  font-size: 1.2rem;
}

.tai .badge span {
  display: block;
  font-size: 3rem;
}

.tai section .flex p {
  width: 50%;
  height: auto;
}

.tai .ec-bg {
  padding: 0;
  background: none;
}

.tai .ec-area > div {
  margin-bottom: 50px;
  padding: 5%;
  border: solid 3px #e60012;
  border-radius: 10px;
}

.tai .ec-area .ttl {
  font-size: 2.4rem;
  text-align: center;
}

.tai .ec-area .inner {
  overflow: hidden;
}

.tai .ec-area .inner .figure {
  max-width: 400px;
  margin: 0 auto 20px;
  float: right;
}

.tai .ec-area .inner .figure ul {
  overflow: hidden;
}

.tai .ec-area .inner .figure li {
  width: 50%;
  float: left;
}

.tai .ec-area .inner .figure p {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px;
  background: #dccfb7;
  letter-spacing: -0.5px;
  line-height: 1.28;
  text-align: center;
}

.tai .ec-area .inner .figure p::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 8px solid #dccfb7;
}

.tai .ec-area .btn-buy {
  width: 80%;
  margin: 0.5em auto 0;
}

@media (min-width: 751px) {
  .tai section .figure {
    width: 500px;
  }
}
@media (max-width: 750px) {
  .tai .badge {
    top: -30px;
    left: 20px;
  }

  .tai .accustomed div {
    width: 100%;
    margin: 5% 0;
  }

  .tai .ec-area .inner .figure {
    margin: 0 auto 20px;
    float: none;
  }

  .tai .ec-area .inner .figure p {
    width: 100%;
  }

  .tai .ec-area .btn-buy {
    width: 100%;
  }

  .tai .ec-area .btn-buy a {
    padding: 3% 2% 3% 18%;
    line-height: 1.5;
    text-align: left;
  }
}
/* ------------------------------------------------------------------

	メニュー・献立 赤飯　.page-menu .sekihan

------------------------------------------------------------------ */
.sekihan #main-visual {
  background: url(../images/menu/sekihan/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.sekihan section div {
  margin-bottom: 50px;
  overflow: hidden;
}

.sekihan .figure-1 {
  margin-bottom: 50px;
  text-align: center;
}

/* ------------------------------------------------------------------

	メニュー・献立 蛤吸　.page-menu .osuimono

------------------------------------------------------------------ */
.osuimono #main-visual {
  background: url(../images/menu/osuimono/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.osuimono section div {
  margin-bottom: 50px;
  overflow: hidden;
}

.osuimono .figure-1 {
  margin-bottom: 50px;
  text-align: center;
}

/* ------------------------------------------------------------------

	メニュー・献立 アニバーサリーケーキ　.page-menu .cake

------------------------------------------------------------------ */
.cake #main-visual {
  background: url(../images/menu/cake/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.cake .note em {
  display: block;
}

.cake section div {
  margin-bottom: 50px;
  overflow: hidden;
}

.cake .figure-1 {
  margin-bottom: 50px;
  text-align: center;
}

.cake section li span {
  font-size: 1.3rem;
}

.cake .reference {
  padding: 30px 80px;
  border: solid 1px #e60012;
}

.cake .reference .ttl {
  padding-left: 60px;
  background: url(../images/common/icon-reference.png) no-repeat 0 50%;
  background-size: 35px auto;
  color: #e60012;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 35px;
}

@media (min-width: 751px) {
  .cake h5 {
    font-size: 1.4rem;
  }

  .cake .figure-2 {
    margin-left: 30px;
    float: right;
  }
}
@media (max-width: 750px) {
  .cake h5 {
    font-size: 1.6rem;
  }

  .cake .reference {
    padding: 30px 20px;
  }
}
/* ------------------------------------------------------------------

	特定商取引に関する法律に基づく表示　.raw

------------------------------------------------------------------ */
.raw section dl {
  border-bottom: solid 1px #ded2ca;
}

.raw section dt {
  padding: 22px 40px;
  border-top: solid 1px #ded2ca;
  background: #f3efe8;
}

.raw section dd {
  padding: 22px 20px 22px 40px;
}

@media (min-width: 751px) {
  .raw section dt {
    width: 29%;
  }

  .raw section dd {
    width: 71%;
    border-top: solid 1px #ded2ca;
  }
}
@media (max-width: 750px) {
  .raw section dt,
.raw section dd {
    width: 100%;
  }
}
/* ------------------------------------------------------------------

	急速冷凍　.frozen

------------------------------------------------------------------ */
.frozen .note {
  padding: 20px;
  border: solid 1px #e60012;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: left;
}

.frozen #main-visual {
  background: url(../images/frozen/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.frozen article {
  margin-bottom: 70px;
  padding: 30px 0;
  background: #fff;
}

.frozen section {
  padding: 30px 80px;
  overflow: hidden;
}

.frozen .figure img {
  margin-bottom: 10px;
}

.frozen .box {
  max-width: 1000px;
  margin: 0 auto;
}

.frozen .box .inner {
  padding: 5%;
  border: solid 3px #e60012;
  border-radius: 10px;
}

/*
.frozen .box .ttl {
  color: #e60012;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 35px;
  padding-left: 60px;
  background: url(../images/common/icon-reference.png) no-repeat 0 50%;
  background-size: 35px auto;
  -webkit-background-size: 35px auto;
}
*/
/*
.frozen .box img {
  margin: 30px 0;
}
*/
.frozen .page-nav {
  width: 300px;
  margin: 0 auto 30px;
}

@media (max-width: 1000px) {
  .frozen section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .frozen .figure {
    width: 400px;
    margin-left: 50px;
    float: right;
  }
}
@media (max-width: 750px) {
  .frozen .figure img {
    width: 100%;
  }

  .frozen .btn-buy a {
    padding: 3% 4% 3% 22%;
    line-height: 1.5;
    text-align: left;
  }

  .frozen .page-nav div {
    width: 100%;
  }
}
/* ------------------------------------------------------------------

	利用規約　.terms

------------------------------------------------------------------ */
.terms h2 {
  letter-spacing: 0;
}

.terms .ttl {
  font-weight: 600;
}

.terms section dl {
  margin-bottom: 1em;
}

.terms section dt {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.terms section dd {
  margin-left: 1.3em;
}

.terms section li {
  padding-left: 2.7em;
  text-indent: -2.7em;
}

@media (min-width: 751px) {
  .terms .ttl + p {
    margin-left: 2em;
  }

  .terms section dl {
    margin-left: 2em;
  }

  .terms section li {
    padding-left: 2.7em;
    text-indent: -2.7em;
  }
}
@media (max-width: 750px) {
  .terms section li {
    padding-left: 1em;
    text-indent: -1.7em;
  }
}
/* ------------------------------------------------------------------

	ご利用案内　.guide

------------------------------------------------------------------ */
.guide section.flex div {
  width: 44%;
  margin: 0 3% 50px;
}

.guide section.flex div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding-right: 60px;
  padding-left: 140px;
  border: solid 1px #e60012;
  border-radius: 10px;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.guide section.flex div:first-child a {
  background: url(../images/guide/icon-order.png) no-repeat 10% 50%, url(../images/common/arrow-7.png) no-repeat 95% 50%;
}

.guide section.flex div:nth-child(2) a {
  background: url(../images/guide/icon-frozen.png) no-repeat 10% 50%, url(../images/common/arrow-7.png) no-repeat 95% 50%;
}

.guide section.flex div:nth-child(3) a {
  background: url(../images/guide/icon-guide.png) no-repeat 10% 50%, url(../images/common/arrow-7.png) no-repeat 95% 50%;
}

.guide section.flex div:nth-child(4) a {
  background: url(../images/guide/icon-contact.png) no-repeat 10% 50%, url(../images/common/arrow-7.png) no-repeat 95% 50%;
}
.guide section.flex div:nth-child(5) a {
  background: url(../images/guide/icon-payment.png) no-repeat 10% 50%, url(../images/common/arrow-7.png) no-repeat 95% 50%;
}
.guide section.flex div:nth-child(6) a {
  background: url(../images/guide/icon-return.png) no-repeat 10% 50%, url(../images/common/arrow-7.png) no-repeat 95% 50%;
}

@media (max-width: 750px) {
  .guide section.flex div {
    width: 100%;
    margin: 0 0 30px;
  }

  .guide section.flex div a {
    padding-left: 130px;
  }

  .guide section.flex div:nth-child(2) a {
    height: 150px;
    padding-right: 15%;
    line-height: 1.7;
  }
}
/* ------------------------------------------------------------------

	配送について　.order

------------------------------------------------------------------ */
.order .page-nav {
  width: 300px;
  margin: 0 auto 30px;
}

.order section dl {
  border-bottom: solid 1px #ded2ca;
}

.order section dt {
  padding: 22px 40px;
  border-top: solid 1px #ded2ca;
  background: #f3efe8;
}

.order section dd {
  padding: 22px 20px 22px 40px;
}

.order section ul {
  margin: 0 0 20px 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.order section .inner {
  margin-bottom: 50px;
}

.order section .inner div {
  margin-bottom: 20px;
}

.order .day .figure {
  text-align: center;
}

.order .day .figure + p {
  text-align: right;
}

.order .day img {
  max-width: 600px;
  margin: 0 auto;
}

.order table {
  margin-bottom: 50px;
  border: solid 1px #aaa;
}

.order tr td {
  padding: 10px;
  border: solid 1px #aaa;
}

@media (max-width: 1000px) {
  .order section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .order section dt {
    width: 29%;
  }

  .order section dd {
    width: 71%;
    border-top: solid 1px #ded2ca;
  }
}
@media (max-width: 750px) {
  .order section dt {
    width: 50%;
    padding: 15px;
  }

  .order section dd {
    width: 50%;
    padding: 15px 0 15px 15px;
    border-top: solid 1px #ded2ca;
  }

  .order .day img {
    max-width: 100%;
  }

  .order .page-nav div {
    width: 100%;
  }
}
/* ------------------------------------------------------------------

	よくある質問　.faq

------------------------------------------------------------------ */
.faq #main-visual {
  background: url(../images/faq/main-visual.jpg) no-repeat 100% 0, url(../images/common/mv-bg.jpg) repeat-x 0 0;
}

.faq article section {
  margin-bottom: 100px;
}

.faq article section:last-child {
  margin-bottom: 0;
}

.faq .page-link {
  margin-bottom: 100px;
  text-align: center;
}

.faq .page-link li {
  display: inline-block;
  position: relative;
  text-align: center;
}

.faq .page-link a {
  display: block;
  position: relative;
  border: solid 1px #e60012;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 600;
  line-height: 100px;
}

.faq .page-link li::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  transition: all 0.2s linear;
  border: 10px solid transparent;
  border-top: 10px solid #e60012;
}

.faq .page-link a:hover {
  background-color: #e60012;
  color: #fff;
}

.faq .page-nav {
  width: 300px;
  margin: 0 auto;
}

.accordion-faq {
  margin-bottom: 30px;
  border: solid 2px #ffeab3;
}

.accordion-faq dt {
  padding-left: 80px;
  background: url(../images/faq/icon-q.png) no-repeat 10px 50%, url(../images/faq/arrow.png) no-repeat 97% 50%;
  background-color: #fdfdb2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 60px;
}

.accordion-faq dd {
  display: none;
}

.accordion-faq dd {
  padding: 20px 0 20px 90px;
  background: url(../images/faq/icon-a.png) no-repeat 20px 50%;
  font-size: 1.6rem;
}

.accordion-faq dd .bold {
  font-weight: bold;
}

.accordion-faq dd li {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 1000px) {
  .faq section {
    padding: 30px 5%;
  }
}
@media (min-width: 751px) {
  .faq .page-link li {
    width: 200px;
    margin: 0 3px;
  }
}
@media (max-width: 750px) {
  .faq article section {
    margin-bottom: 30px;
  }

  .faq .page-link {
    margin-bottom: 50px;
    text-align: center;
  }

  .faq .page-link li {
    width: 100%;
    margin-bottom: 50px;
  }

  .faq .page-link a {
    line-height: 80px;
  }

  .accordion-faq dt {
    min-height: 60px;
    padding: 10px 10px 10px 70px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .accordion-faq dt span {
    display: table-cell;
    height: 48px;
    vertical-align: middle;
  }

  .accordion-faq dd {
    padding: 10px 30px 10px 70px;
    background: url(../images/faq/icon-a.png) no-repeat 10px 50%;
  }

  .faq .page-nav div {
    width: 100%;
  }
}
/* ------------------------------------------------------------------

	サイトマップ　.sitemap

------------------------------------------------------------------ */
.sitemap section ul {
  margin-bottom: 30px;
}

.sitemap section ul li {
  margin: 0 0 1em 2em;
  padding-left: 1.5em;
  background: url(../images/common/arrow-10.png) no-repeat 0 50%;
}

.sitemap section ul li:first-child {
  margin: 0 0 1em 0;
  padding-left: 2em;
  background: url(../images/common/icon-h4.png) no-repeat 0 50%;
  background-size: 20px auto;
  font-weight: bold;
}

.sitemap section li a:hover {
  text-decoration: underline;
}

@media (min-width: 751px) {
  .sitemap section div {
    width: 30%;
  }

  .sitemap section div:nth-child(2) {
    margin: 0 5%;
  }

  .sitemap section ul li:first-child {
    font-size: 1.6rem;
  }
}
@media (max-width: 750px) {
  .sitemap section div {
    width: 100%;
  }
}
.bx-pager {
  display: none !important;
}

.slider-container {
  max-width: 1060px;
  margin: 0 auto;
  color: #fff;
}

.slider {
  position: relative;
}

.slider ul {
  opacity: 0;
}

.slider a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.slider .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: -1em;
}

.slider .bx-controls-direction a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -100%;
}

.slider .bx-controls-direction a.bx-prev {
  left: -20px;
  background: url(../images/home/prev.png) no-repeat 0 0;
}

.slider .bx-controls-direction a.bx-next {
  right: -20px;
  background: url(../images/home/next.png) no-repeat 0 0;
}

.slider .bx-prev {
  float: left;
}

.slider .bx-next {
  float: right;
}

/* Loading */
.bx-loading::before,
.bx-loading::after,
.bx-loading {
  width: 1em;
  height: 1em;
  animation: load7 1.8s infinite ease-in-out;
  border-radius: 50%;
  animation-fill-mode: both;
}

.bx-loading {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateZ(0);
  animation-delay: -0.16s;
  color: #000;
  font-size: 10px;
  text-indent: -100%;
}

.bx-loading::before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.bx-loading::after {
  left: 3.5em;
}

.bx-loading::before,
.bx-loading::after {
  content: "";
  position: absolute;
  top: 0;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@media (max-width: 1100px) {
  .slider .bx-controls-direction a.bx-prev {
    left: 10px;
  }

  .slider .bx-controls-direction a.bx-next {
    right: 10px;
  }
}
@media (min-width: 800px) {
  .slider1 {
    max-height: 495px;
  }
}
@media (max-width: 799px) {
  .slider1 {
    max-height: auto;
    max-height: auto;
  }
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 62px;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  /*  display: none; */
}

.slider1 .slider {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.slider1 ul {
  margin: 0;
}

.slider1 ul li img {
  width: 100%;
  height: auto;
}

.products-detail .bx-controls-direction a.bx-prev {
  left: 10px;
  background: url(../images/common/arrow-4.png) no-repeat 0 0;
}

.products-detail .bx-controls-direction a.bx-next {
  right: 10px;
  background: url(../images/common/arrow-5.png) no-repeat 0 0;
}

.products-detail .bx-pager {
  display: block !important;
}

/*
2017.12.26
*/
.products-detail table {
  width: 100%;
  margin-bottom: 20px;
  border: solid 1px #aaa;
}

.products-detail tr th:first-child {
  width: 28%;
}

.products-detail tr th {
  background: #f8f8f8;
}

.products-detail tr td {
  background: #fff;
}

.products-detail tr th,
.products-detail tr td {
  padding: 4px;
  border: solid 1px #aaa;
  font-size: small;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #aaa;
}

.swiper-pagination-bullet-active {
  background: #dc0010;
}

.swiper-button-prev {
  left: -20px;
  width: 30px;
  height: 30px;
  background: url(../images/home/prev.png) no-repeat 0 0;
  background-size: contain;
}

@media only screen and (max-width: 1280px) {
  .swiper-button-prev {
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .swiper-button-prev {
    left: 2.66667vw;
  }
}
.swiper-button-next {
  right: -20px;
  width: 30px;
  height: 30px;
  background: url(../images/home/next.png) no-repeat 0 0;
  background-size: contain;
}

@media only screen and (max-width: 1280px) {
  .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .swiper-button-next {
    right: 2.66667vw;
  }
}
.p-spMenu-common {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 14px;
  font-size: 1.6rem;

}

.p-spMenu-common__list {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ede6db;
}

.p-spMenu-common__list--heading {
  background: #dc0010;
  color: #fff;
}

.p-spMenu-common__list--single {
  background: #f3efe8;
}

.p-spMenu-common__list--child {
  background: #fff;
}

.p-spMenu-common__list--child:first-child {
  letter-spacing: 0.2px;
}

.p-spMenu-common__list--child.-last {
  border-bottom: none;
}

.p-spMenu-common__list > a {
  display: block;
  color: #333;
  text-decoration: none;
}

.p-spMenu-common__label {
  flex: 1;
}

.p-spMenu-common__icon {
  width: 8vw;
  margin-right: 2.66667vw;
  text-align: center;
}

.p-spMenu-common__item {
  display: flex;
  align-items: center;
  padding: 10px;
}

.p-spMenu-common__subTrigger-item {
  display: flex;
  align-items: center;
  padding: 10px;
}

.p-spMenu-common__subTrigger-icon {
  width: 30px;
  height: 1em;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.p-spMenu-common__subTrigger {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  background: #f3efe8;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-spMenu-common__subTrigger::after {
  content: "";
  position: absolute;
  top: -1.86667vw;
  right: 2.66667vw;
  bottom: 0;
  box-sizing: border-box;
  width: 2.66667vw;
  height: 2.66667vw;
  margin: auto;
  transform: rotate(135deg);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  border-top: 2px solid #dc0010;
  border-right: 2px solid #dc0010;
  vertical-align: middle;
}

.p-spMenu-common__subTrigger.is-active::after {
  transform: rotate(-45deg);
}

.p-spMenu-common__sub {
  display: flex;
  flex-wrap: wrap;
}

.p-spMenu-common__sub > * {
  width: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #5e493d;
  font-size: 12px;
  font-size: 3.2vw;
}

.p-spMenu-common__sub > * a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2.66667vw;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.mb60 {
  margin-bottom: 60px;
}

.p-container-mv {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  .p-container-mv {
    padding-bottom: 10.66667vw;
  }
}
.swiper-container {
  text-align: center;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.prettyprint {
  border: none;
  background: #fafafa;
  color: #697d86;
}

.p-sliderMv .swiper-slide {
  width: 1000px;
  opacity: 0.3;
}

@media only screen and (max-width: 1280px) {
  .p-sliderMv .swiper-slide {
    width: auto;
  }
}
.p-sliderMv .swiper-slide-active {
  opacity: 1;
}

.p-sliderMv__pagination {
  display: flex;
  right: 0;
  left: 0;
  justify-content: center;
  width: 1000px;
  max-width: 94%;
  margin: auto;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media only screen and (max-width: 480px) {
  .p-sliderMv__pagination {
    justify-content: space-around;
    width: 40%;
    margin-bottom: 4vw;
    -ms-flex-pack: distribute;
  }
}
.p-sliderMv__pagination .swiper-pagination-bullet {
  width: 170px;
  height: 80px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border: 1px solid #bf1818;
  border-radius: 0;
  background: #aaa;
}
/*
@media only screen and (max-width: 768px) {
  .p-sliderMv__pagination .swiper-pagination-bullet {
    width: 110px;
    height: 55px;
  }
}
*/

/*
@media only screen and (min-width: 480px) {
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(/image/hitomi/mv_pc.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(/image/temari/mv_pc.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(/image/hattori/mv_pc.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(/images/home/main07.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(/images/home/main05.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(6) {
  background: url(/images/home/main04.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(7) {
  background: url(/images/home/main02.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(8) {
  background: url(/images/home/main03.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(9) {
  background: url(/images/home/main06.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(10) {
  background: url(/image/epos/epos_pc.png) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(11) {
  background: url(/image/babyposter/babyposter_mvpc.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(12) {
  background: url(/image/media/media_pc.jpg) no-repeat;
  background-size: cover;
}
.p-sliderMv__pagination .swiper-pagination-bullet:nth-child(13) {
  background: url(/images/home/main01.jpg) no-repeat;
  background-size: cover;
}
}
*/
.p-sliderMv__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aaa;
}
.p-sliderMv__pagination .swiper-pagination-bullet-active{
  background: #dc0010;
}


.p-sliderMv__prev.swiper-button-prev {
  top: 40%;
  left: calc(50% - 500px);
  width: 40px;
  height: 40px;
  background: url(../images/home/prev.png) no-repeat 0 0;
}

@media only screen and (max-width: 1280px) {
  .p-sliderMv__prev.swiper-button-prev {
    left: calc(50% - 48vw);
  }
}
.p-sliderMv__next.swiper-button-next {
  top: 40%;
  right: calc(50% - 500px);
  width: 40px;
  height: 40px;
  background: url(../images/home/next.png) no-repeat 0 0;
}

@media only screen and (max-width: 1280px) {
  .p-sliderMv__next.swiper-button-next {
    right: calc(50% - 48vw);
  }
}
.p-sliderMvthumbs.swiper-container {
  box-sizing: border-box;
  width: 800px;
  max-width: 80%;
  height: 10%;
  margin: 0 auto;
  padding: 10px 0;
}

.p-sliderMvthumbs.swiper-container .swiper-slide {
  width: 20%;
  height: auto;
  opacity: 0.5;
  cursor: pointer;
}

.p-sliderMvthumbs.swiper-container .swiper-slide-active {
  opacity: 1;
}

.p-container-Campaign {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}

@media only screen and (max-width: 1280px) {
  .p-sliderCampaign {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-sliderCampaign {
    padding-right: 5.33333vw;
    padding-bottom: 8vw;
    padding-left: 5.33333vw;
  }
}
.p-sliderCampaign a {
  display: block;
}

.p-sliderCampaign__prev,
.p-sliderCampaign__next,
.p-sliderCampaign__pagination {
  display: none;
}

@media only screen and (max-width: 480px) {
  .p-sliderCampaign__prev,
.p-sliderCampaign__next,
.p-sliderCampaign__pagination {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .home #okuizome .lead--sub {
    font-size: 13.5px;
    font-size: 3.6vw;
  }
}
.u-brSp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .u-brSp {
    display: inline-block;
  }
}
.p-container-options {
  position: relative;
  overflow: visible;
}

.p-sliderOptions {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
  .p-sliderOptions {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-sliderOptions {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.p-sliderOptions .swiper-slide > div {
  height: 100%;
  padding: 10px;
  border: 2px solid #eee;
  text-align: left;
}

.p-sliderOptions .swiper-slide > div > a {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .p-sliderOptions .swiper-slide > div em {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.p-sliderOptions__pagination {
  display: flex;
  right: 0;
  left: 0;
  justify-content: space-around;
  width: 100%;
  max-width: 200px;
  margin: auto;
  -ms-flex-pack: distribute;
}

@media only screen and (max-width: 480px) {
  .p-sliderOptions__pagination {
    display: flex;
  }
}
.p-sliderOptions .p-optionsItem__name {
  font-weight: bold;
}

.p-sliderOptions .p-optionsItem__txt {
  font-size: 1.3rem;
}

.home #news {
  background: #fff;
}

.p-newsList {
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #f73035;
}

@media only screen and (max-width: 480px) {
  .p-newsList {
    width: 100%;
  }
}
.p-newsList.-top {
  border-top: 2px solid #f73035;
}

.p-newsList__title {
  font-weight: bold;
}

.p-newsList__heading {
  position: relative;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .p-newsList__heading {
    padding: 10px 20px 10px 30px;
    font-size: 1.4rem;
  }
}
.p-newsList__heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../images/common/icon-h3.png);
  background-size: contain;
}

@media only screen and (max-width: 480px) {
  .p-newsList__heading::before {
    top: 30px;
    width: 20px;
    height: 20px;
  }
}
.p-newsList__heading::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 10px;
  bottom: 0;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(135deg);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  border-top: 2px solid #dc0010;
  border-right: 2px solid #dc0010;
  vertical-align: middle;
}

.p-newsList__heading.is-active::after {
  transform: rotate(-45deg);
}

.p-newsList__body {
  margin-bottom: 10px;
  padding: 20px 20px 20px 40px;
  background: #f0eae0;
  background: url(../images/common/bg-4.png) repeat;
}

.p-newsList__body .p-newsList-link {
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  .p-newsList__body {
    padding: 10px 20px 10px 30px;
    font-size: 1.3rem;
  }
}
.home #bottom-banner {
  background: #fff;
}

.p-cards {
  display: flex;
}

.p-cards--center {
  justify-content: center;
}

.p-cards > * {
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  .p-cards > * {
    margin-right: 3vw;
  }
}
.p-cards > *:last-child {
  margin-right: 0;
}

.p-cards__caption {
  margin-top: 1em;
  font-weight: bold;
}

.p-okuizomeCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}
.p-okuizomeCard:after {
  content: "";
  display: block;
  width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
/*
@media only screen and (max-width: 768px) {
  .p-okuizomeCard {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-okuizomeCard {
    width: 110%;
    margin-right: -5%;
    margin-left: -5%;
  }
}
*/
.p-okuizomeCard__fig {
  border-radius: 5px 5px 0 0;
}

.p-okuizomeCard__item {
  position: relative;
  width: 32%;
  margin-top: 40px;
  border: 3px solid #d21f2c;
  border-radius: 8px;
  background: #fff;
}

/*
@media only screen and (max-width: 768px) {
  .p-okuizomeCard__item {
    width: 32%;
    margin-top: 20px;
  }
}
*/
@media only screen and (max-width: 768px) {
  .p-okuizomeCard__item {
    width: 49%;
    margin-top: 1%;
    border: 2px solid #d21f2c;
  }
}
.p-okuizomeCard__item > a,
.p-okuizomeCard__item div {
  display: block;
  color: #5e493d;
}

.p-okuizomeCard__item.-item1 {
  border: 3px solid #d21f2c;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item1 {
    border: 2px solid #d21f2c;
  }
}
.p-okuizomeCard__item.-item2 {
  border: 3px solid #5ead04;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item2 {
    border: 2px solid #5ead04;
  }
}
.p-okuizomeCard__item.-item3 {
  border: 3px solid #956784;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item3 {
    border: 2px solid #956784;
  }
}
.p-okuizomeCard__item.-item4 {
  border: 3px solid #ff8695;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item4 {
    border: 2px solid #ff8695;
  }
}
.p-okuizomeCard__item.-item5 {
  border: 3px solid #ff9e2a;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item5 {
    border: 2px solid #ff9e2a;
  }
}
.p-okuizomeCard__item.-item6 {
  border: 3px solid #ccc;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item6 {
    border: 2px solid #ccc;
  }
}
.p-okuizomeCard__item.-item7 {
  border: 3px solid #99ccf0;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item7 {
    border: 2px solid #99ccf0;
  }
}

.p-okuizomeCard__item.-item8 {
  border: 3px solid #704c33;
}
@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item8{
    border: 2px solid #704c33;
  }
}
.p-okuizomeCard__item.-item11 {
  border: 3px solid #ff8695;
}
@media only screen and (max-width: 480px) {
  .p-okuizomeCard__item.-item11{
    border: 2px solid #ff8695;
  }
}



.p-okuizomeCard__name {
  margin-top: 1.5em;
  font-size: 18px !important;
  line-height: 1.6;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__name {
    font-size: 14px !important;
  }
}
.p-okuizomeCard__lead {
  margin-top: 1em;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.6;
  text-align: left !important;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__lead {
    font-size: 11px !important;
  }
}
.p-okuizomeCard__case {
  padding-top: 0.5em;
}

.p-okuizomeCard__case > li {
  margin-top: 0.5em;
  padding-left: 1em;
  line-height: 1.6;
  text-indent: -1em;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__case > li {
    font-size: 12px;
  }
}
.p-okuizomeCard__case.-item1 > li::first-letter {
  color: #d21f2c;
}

.p-okuizomeCard__case.-item2 > li::first-letter {
  color: #5ead04;
}

.p-okuizomeCard__case.-item3 > li::first-letter {
  color: #956784;
}

.p-okuizomeCard__case.-item4 > li::first-letter {
  color: #ff8695;
}

.p-okuizomeCard__case.-item5 > li::first-letter {
  color: #ff9e2a;
}

.p-okuizomeCard__case.-item6 > li::first-letter {
  color: #ccc;
}
.p-okuizomeCard__case.-item7 > li::first-letter {
  color: #99ccf0;
}
.p-okuizomeCard__case.-item8 > li::first-letter {
  color: #704c33;
}
.p-okuizomeCard__case.-item9 > li::first-letter {
  color: #99ccf0;
}
.p-okuizomeCard__case.-item10 > li::first-letter {
  color: #99ccf0;
}
.p-okuizomeCard__case.-item11 > li::first-letter {
  color: #99ccf0;
}

.p-okuizomeCard__inner {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 480px) {
  .p-okuizomeCard__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-okuizomeCard__new {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 480px) {
  .p-container-special {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 750px) {
  .marginTopSp {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .compressTitleSp {
    letter-spacing: 0;
  }
}

.p-line-banner {
  text-align: center;
}

.p-itadakimasu__pc figure {
  margin: 0;
}

.p-itadakimasu__sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .p-itadakimasu__sp {
    display: block;
    text-align: center;
  }

  .p-itadakimasu__pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #prdFirstCp {
    margin: -30px auto 30px;
    max-width: 1000px;
    display: flex;
  }

  #prdFirstCp > * {
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  #prdFirstCp {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 751px) {
  #prdBabyposter2 {
    margin: -70px auto 50px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  #prdBabyposter2 {
    display: none;
  }
}
#babyPosterBlock {
  background: #ffffff;
}

#babyPosterBlock div {
  padding: 20px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

#cpHakamaBlock > div {
  padding-left: 20px;
  padding-right: 20px;
}

#cpHakamaBlock ul {
  display: flex;
}

#cpHakamaBlock li {
  box-sizing: border-box;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 750px) {
  #cpHakamaBlock ul {
    flex-wrap: wrap;
  }

  #cpHakamaBlock li {
    width: 33.333%;
  }
}
.productHakama {
  margin-top: -80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .productHakama {
justify-content:space-between;
flex-wrap: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .productHakama>div,.productHakama>a {
    padding: 0 5%;
  }
}

@media screen and (min-width: 751px) {
  #recHeaderSlider {
    margin: -60px auto 30px;
    max-width: 1000px;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  #recHeaderSlider {
    margin: 0 0 20px;
  }
}
#addCntBlock {
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  #addCntBlock {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
#addCntBlock div {
  margin-top: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#addCntBlock a {
  width: 48.5%;
}
#addCntBlock picture {
  display: block;
}
#addCntBlock img {
  width: 100%;
}
