@charset "UTF-8";
/* mixin
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* Bootstrap4より
========================================================= */
/* flex utilities移植（Bootstrap3にはflexはないので）

詳しくは以下のURL参照
https://getbootstrap.com/docs/4.0/utilities/flex/
-----------------------------------------------*/
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

/* setting
========================================================= */
/* メインエリアの幅
-------------------------------------*/
/* ベースフォント
------------------------------------- */
/* サイトカラー
------------------------------------- */
/* フォントカラー
------------------------------------- */
/* リンクカラー
------------------------------------- */
/* 基本設定
========================================================= */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
}

h1,
h2,
h3 {
  margin: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: #333333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:before, a:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  color: #7f1084;
  text-decoration: none;
}

a:hover img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.8;
}

a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol,
dl,
dd,
figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

/* カスタムグリッド
960px+40グリッドに変更（PCでは40px、スマホでは両側の余白20px）
========================================================= */
/* コンテナサイズ変更
------------------------------------- */
.container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}

.container .row {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .container .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.container .row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

.container .row.no-gutters .col,
.container .row.no-gutters [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.container [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .container [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

.container-fluid .row {
  margin-right: -20px;
  margin-left: -20px;
}

.container-fluid [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

/* navbar カスタマイズ設定
----------------------------------------------- */
.navbar-fixed-top {
  top: 0;
}

.navbar-custom {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  border-color: transparent;
  margin: 0;
  height: 65px;
}

@media screen and (min-width: 768px) {
  .navbar-custom {
    background-color: rgba(255, 255, 255, 0.8);
    height: 78px;
  }
}

.navbar-custom .navbar-toggle {
  background-color: #333333;
  float: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

@media (min-width: 1200px) {
  .navbar-custom .navbar-toggle {
    display: none;
  }
}

.navbar-btn li {
  margin-right: 30px;
}

.navbar-btn li:last-child {
  margin-right: 10px;
}

@media (min-width: 1250px) {
  .navbar-btn li:last-child {
    margin-right: 70px;
  }
}

.navbar-icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .navbar-icon {
    width: 78px;
    height: 78px;
  }
}

.navbar-icon__mypage {
  background-color: #000862;
}

.navbar-icon__mypage:hover {
  background-color: #5b61a3;
}

.navbar-icon__mypage-img {
  padding-top: 7px;
}

.navbar-icon__mypage-name {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 2px;
  letter-spacing: 0.56px;
}

.navbar-icon__imformation {
  background-color: #000862;
}

.navbar-icon__imformation:hover {
  background-color: #5b61a3;
}

.navbar-icon__login {
  background-color: #333333;
}

.navbar-icon__login:hover {
  background-color: #646262;
}

.navbar-icon__logout {
  background-color: #333333;
}

.navbar-icon__logout:hover {
  background-color: #646262;
}

.navbar-icon__cart {
  background-color: #9a0000;
  position: relative;
}

.navbar-icon__cart:hover {
  background-color: #c41c1c;
}

/* ハンバーガーボタン
----------------------------------------------- */
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 1032;
}

@media (min-width: 768px) {
  .hamburger {
    width: 78px;
    height: 78px;
  }
}

@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hamburger .icon-bar {
  display: block;
  height: 3px;
  width: 33px;
  background-color: #ffffff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.hamburger .icon-bar + .icon-bar {
  margin-top: 7px;
}

.hamburger.active .icon-bar {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
}

.hamburger.active .icon-bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(0) translateX(0) rotate(0deg);
          transform: translateY(0) translateX(0) rotate(0deg);
}

.hamburger.active .icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #333333;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.hamburger-nav__list {
  height: calc(100% - (65px + 5px));
  margin-top: calc(65px + 5px);
}

.hamburger-nav__item {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.hamburger-nav__item:nth-last-child(4) {
  margin-top: 50px;
}

.hamburger-nav__item-btn {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.25;
  letter-spacing: 0.64px;
  padding-right: 80px;
  padding-left: 80px;
}

.hamburger-nav__item-btn:hover {
  background-color: #646262;
  color: #ffffff;
}

.hamburger-nav__sns {
  margin-right: 80px;
  margin-left: 80px;
  margin-top: 10px;
}

.hamburger-nav__sns-item {
  margin-right: 20px;
  line-height: 52px;
}

.hamburger-nav__sns-item:last-child {
  margin-right: 0;
}

.hamburger-nav__sns-btn {
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
}

.hamburger-nav__sns-btn:hover {
  color: #ffffff;
}

.hamburger-nav.active {
  pointer-events: auto;
  opacity: 0.85;
  z-index: 1031;
}

@media (min-width: 1200px) {
  .hamburger-nav.active {
    display: none;
  }
}

/* ぱんくずスタイル上書き
------------------------------------- */
.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.48px;
  line-height: 2.3333;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumb {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.64px;
  }
}

.breadcrumb > .active {
  color: #333333;
}

.breadcrumb > li + li:before {
  padding: 0 5px 0 0;
  color: #333333;
  content: ">";
}

/* ページネーションのスタイル上書き
----------------------------------------------- */
.pagination {
  margin: 0;
}

.pagination li a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  margin-right: 3px;
  color: #707070;
  position: relative;
  line-height: 34px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .pagination li a {
    margin-right: 8px;
    font-size: 17px;
    font-size: 1.7rem;
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}

.pagination li a::after, .pagination li a::before {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #707070;
  border-top: 2px solid #707070;
  content: "";
}

@media (max-width: 767px) {
  .pagination li a.edge {
    width: 44px;
  }
}

.pagination li a.prev::after, .pagination li a.prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.pagination li a::before {
  right: calc(50% - 2px);
}

.pagination li a::after {
  right: calc(50% - 8px);
}

.pagination li a span {
  visibility: hidden;
}

.pagination li a:not(.arrow) {
  color: #808080;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
}

.pagination li a:not(.arrow)::before, .pagination li a:not(.arrow)::after {
  content: none;
}

.pagination li a:not(.arrow):hover {
  border: 1px solid #333333;
  background-color: #f4f4f4;
  color: #808080;
}

.pagination li a:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #808080;
}

.pagination li.active a {
  border: 1px solid #333333;
  color: #808080;
  background-color: #f4f4f4;
}

.pagination li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}

/* フォームスタイル上書き
----------------------------------------------- */
.form-group label {
  display: none;
}

.form-group + .form-group {
  padding-left: 15px;
}

.form-control {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  border: 1px solid #707070;
  border-radius: 0;
  color: #333333;
  padding-top: 0;
  padding-bottom: 0;
}

/* slick-theme.css
----------------------------------------------- */
.slick-prev:before,
.slick-next:before {
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  position: relative;
  opacity: 1;
}

.slick-prev::before {
  content: "\f053";
  padding-right: 4px;
}

.slick-next::before {
  content: "\f054";
  padding-left: 4px;
}

.slick-prev {
  left: 0px;
}

[dir="rtl"] .slick-prev {
  right: 0px;
}

.slick-next {
  right: 0px;
}

[dir="rtl"] .slick-next {
  left: 0px;
}

.slick-prev,
.slick-next {
  width: 47px;
  height: 47px;
  z-index: 10;
  top: 26%;
}

.slick-prev::after,
.slick-next::after {
  content: "";
  font-size: 28px;
  font-size: 2.8rem;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: rgba(196, 196, 196, 0.7);
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.slick-slide {
  outline: none;
}

/* 共通
----------------------------------------------- */
.ec-role,
.ec-cartRole,
.ec-orderRole,
.ec-contactRole,
.ec-customerRole,
.ec-registerRole,
.ec-mypageRole,
.ec-withdrawRole,
.ec-historyRole,
.ec-forgotRole,
.ec-registerCompleteRole,
.ec-favoriteRole__header,
.ec-contactConfirmRole,
.ec-AddAddress,
.ec-searchnavRole,
.ec-historyRole .ec-historyRole__contents {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.64px;
}

.ec-role,
.ec-cartRole,
.ec-orderRole,
.ec-contactRole,
.ec-customerRole,
.ec-withdrawRole,
.ec-registerRole,
.ec-favoriteRole__header,
.ec-mypageRole,
.ec-contactConfirmRole,
.ec-registerCompleteRole,
.ec-AddAddress,
.ec-searchnavRole,
.ec-forgotRole {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ec-role,
  .ec-cartRole,
  .ec-orderRole,
  .ec-contactRole,
  .ec-customerRole,
  .ec-withdrawRole,
  .ec-registerRole,
  .ec-favoriteRole__header,
  .ec-mypageRole,
  .ec-contactConfirmRole,
  .ec-registerCompleteRole,
  .ec-AddAddress,
  .ec-searchnavRole,
  .ec-forgotRole {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .ec-role,
  .ec-cartRole,
  .ec-orderRole,
  .ec-contactRole,
  .ec-customerRole,
  .ec-withdrawRole,
  .ec-registerRole,
  .ec-favoriteRole__header,
  .ec-mypageRole,
  .ec-contactConfirmRole,
  .ec-registerCompleteRole,
  .ec-AddAddress,
  .ec-searchnavRole,
  .ec-forgotRole {
    width: 1000px;
    max-width: 1000px;
  }
}

/* ec-role detailのmodal
----------------------------------------------- */
.ec-modal-box .ec-role {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .ec-modal-box .ec-role .btn-common__box {
    margin-left: 20px;
  }
  .ec-modal-box .ec-role .btn-common__box:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1468px) {
  .ec-modal-box .ec-role .btn-common__box {
    margin-right: auto;
  }
  .ec-modal-box .ec-role .btn-common__box:first-child {
    margin-right: 0;
    margin-left: auto;
  }
}

.ec-required {
  color: #7f1084;
}

.ec-color-red {
  color: #9a0000;
}

.ec-checkbox .ec-link {
  color: #7f1084;
  border-bottom: solid 1px;
}

.ec-checkbox .ec-link:hover {
  color: #7f1084;
  border-bottom: none;
}

.ec-blockBtn--action {
  background-color: #9a0000;
  border-color: #9a0000;
}

.ec-blockBtn, .ec-blockBtn--cancel, .ec-blockBtn--action {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  padding: 0;
  line-height: 1;
  padding-top: 0;
  color: #333333;
  width: 100%;
  border: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-blockBtn:hover, .ec-blockBtn--cancel:hover, .ec-blockBtn--action:hover {
  background-color: #f4f4f4;
}

.ec-blockBtn--cancel {
  background-color: #333333;
  color: #ffffff;
}

.ec-blockBtn--cancel:hover {
  background-color: #646262;
}

.ec-blockBtn--action {
  background-color: #9a0000;
  color: #ffffff;
}

.ec-blockBtn--action:hover {
  background-color: #c41c1c;
}

/* 新規会員登録/entry/complete
----------------------------------------------- */
.ec-reportDescription {
  text-align: left;
}

/* お届け先の複数指定/shopping/shipping_multiple
----------------------------------------------- */
.ec-AddAddress {
  padding-left: 20px;
  padding-right: 20px;
}

/* お問い合わせ
----------------------------------------------- */
.ec-zipInputHelp span {
  color: #7f1084;
}

/* カートの中
----------------------------------------------- */
@media (min-width: 768px) {
  .ec-cartRole .ec-cartRole__cart {
    margin: 0;
  }
}

@media (min-width: 375px) {
  .ec-cartRole .ec-cartRole__actions {
    width: 326px;
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .ec-cartRole .ec-cartRole__actions {
    text-align: right;
    margin-right: 0;
  }
}

.ec-cartRole .ec-cartRole {
  padding: 0;
}

.ec-cartRole .ec-cartRole .ec-cartRole__totalAmount {
  color: #9a0000;
}

.ec-orderRole .ec-orderRole__detail {
  padding-left: 0;
}

.ec-orderRole .ec-orderRole__summary {
  padding-right: 0;
}

/* マイページ
----------------------------------------------- */
.ec-navlistRole .ec-navlistRole__item {
  border-color: #afafaf;
}

.ec-navlistRole .ec-navlistRole__item a {
  height: 100%;
  display: block;
  background-color: #ffffff;
}

.ec-navlistRole .active a {
  background-color: #f4f4f4;
  color: #333333;
}

.ec-welcomeMsg {
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.64px;
}

.ec-mypageRole {
  padding-left: 20px;
  padding-right: 20px;
}

.ec-favoriteRole__header {
  padding-left: 20px;
  padding-right: 20px;
}

.ec-closeBtn {
  position: relative;
}

.ec-closeBtn--circle {
  background: #808080;
  position: absolute;
  z-index: 1;
  right: -5px;
  top: 0;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
}

.ec-closeBtn--circle:hover {
  background: #c0c0c0;
}

.ec-closeBtn--circle .ec-icon img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.ec-orderMail .ec-orderMail__link a {
  color: #333333;
}

.ec-orderMail .ec-orderMail__link a:hover {
  color: #7f1084;
}

.ec-orderMail .ec-orderMail__close a {
  color: #7f1084;
  border-bottom: solid 1px #7f1084;
}

.ec-orderMail .ec-orderMail__close a:hover {
  border-bottom: none;
  color: #7f1084;
}

.ec-progress .ec-progress__number {
  background: #333333;
}

.ec-progress .is-complete .ec-progress__number {
  background: #9a0000;
}

.ec-progress .is-complete .ec-progress__label {
  color: #9a0000;
}

/* ご注文手続き/shopping
----------------------------------------------- */
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #9a0000;
}

.ec-orderDelivery .ec-orderDelivery__change {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.ec-pageHeader {
  margin-bottom: 35px;
}

.ec-pageHeader h1 {
  border: none;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 1.68px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .ec-pageHeader h1 {
    margin-top: 55px;
  }
}

.ec-topicpath {
  letter-spacing: -0.4em;
  border-top: none;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
}

@media (min-width: 768px) {
  .ec-topicpath {
    border-bottom: none;
  }
}

.ec-topicpath .ec-topicpath__item a {
  color: #7f1084;
  border-bottom: solid #7f1084 1px;
  -webkit-transition: none;
  transition: none;
}

.ec-topicpath .ec-topicpath__item a:hover {
  border-bottom: none;
}

.ec-topicpath .ec-topicpath__item--active a {
  color: #333333;
}

.ec-topicpath .ec-topicpath__item--active a:hover {
  color: #7f1084;
}

/* ログイン
----------------------------------------------- */
.ec-login {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.56px;
}

@media (min-width: 768px) {
  .ec-login {
    padding: 30px 10% 60px;
  }
}

.ec-login .form-check {
  white-space: nowrap;
}

.ec-login .form-check:hover {
  color: #7f1084;
}

.ec-login .form-check-label {
  font-weight: normal;
}

.ec-login .ec-login__input {
  margin-bottom: 20px;
}

.ec-login .ec-login__link {
  margin-top: 0;
}

.ec-login .ec-link {
  color: #333333;
}

.ec-login .ec-link:hover {
  color: #7f1084;
}

/* 背景
========================================================= */
/* 固定背景
----------------------------------------------- */
.main:before {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  position: fixed;
  background-size: auto auto;
  background-size: 100% auto;
  z-index: -999;
  background: #ffffff;
}

.wrapper {
  padding: 0;
}

.wrapper:before {
  position: fixed;
  height: 100vh;
  margin-top: 0;
  background: url(../img/common/bg_fixedtop_sp.jpg) no-repeat bottom center;
  background-size: cover;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  z-index: -999;
  opacity: 0.7;
}

/* ヘッダー
========================================================= */
/* ヘッダーロゴ
----------------------------------------------- */
.header-logo img {
  width: 198px;
  height: auto;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .header-logo img {
    width: 305px;
    margin-left: 40px;
  }
}

@media (max-width: 374px) {
  .header-logo img {
    width: 180px;
    margin-left: 5px;
  }
}

/* フッター
========================================================= */
.footer {
  background-color: #333c25;
  padding: 70px 0 100px;
}

/* フッターロゴ
----------------------------------------------- */
.footer-logo {
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 374px) {
  .footer-logo img {
    width: 280px;
  }
}

.fotter-shop__detail {
  line-height: 2;
  color: #ffffff;
}

.fotter-shop__detail-tel {
  color: #ffffff;
  letter-spacing: 1.6px;
}

@media (min-width: 768px) {
  .fotter-shop__detail-tel a[href^="tel:"] {
    pointer-events: none;
  }
}

.fotter-shop__detail-tel:hover {
  color: #ff5c5c;
}

/* フッターsns
----------------------------------------------- */
.footer-sns * {
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 7.8px;
  line-height: 1;
}

.footer-sns *:hover {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-sns__item {
  margin-right: 10px;
}

.footer-sns__item:last-child {
  margin-right: 0;
}

/* フッターナビ
----------------------------------------------- */
.footer-nav__btn {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 2.5;
  display: block;
}

.footer-nav__btn:hover {
  color: #ff5c5c;
}

/* フッターリンクspのみ
----------------------------------------------- */
.fotter-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fotter-link__item {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.fotter-link__item:nth-child(2)::before {
  display: inline-block;
  content: " ／ ";
  padding: 0 10px;
}

.fotter-link__btn {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.fotter-link__btn:hover {
  color: #ff5c5c;
}

@media (min-width: 992px) {
  .fotter-link {
    display: none;
  }
}

/* フッターコピーライト
----------------------------------------------- */
.footer-copyright__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
}

@media (min-width: 768px) {
  .footer-copyright__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* トップページへ戻るボタン
----------------------------------------------- */
.footer-pagetop {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}

@media (min-width: 768px) {
  .footer-pagetop {
    bottom: 70px;
    right: 70px;
  }
}

.footer-pagetop__btn {
  display: inline-block;
  width: 46px;
  height: 46px;
}

@media (min-width: 768px) {
  .footer-pagetop__btn {
    width: 67px;
    height: 67px;
  }
}

/* 見出し
========================================================= */
/* セクションタイトル */
.title-section, .title-section__sns-insta, .title-section__sns-facebook {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 1.68px;
}

.title-section__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
  vertical-align: middle;
}

.title-section__sns-insta::before {
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  margin-right: 10px;
}

.title-section__sns-facebook::before {
  content: '\f082';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  margin-right: 10px;
}

.title-section__wide {
  line-height: 1.89;
}

@media (min-width: 768px) {
  .title-section__wide {
    line-height: 1;
  }
}

/* 下線つきタイトル */
.title-content {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.96px;
  padding-bottom: 19px;
  border-bottom: solid 1px #999999;
  /* 二重線の上の線になる一本線をひく */
  position: relative;
}

.title-content::before {
  content: '';
  /* 擬似要素に実体を持たせる */
  width: 100%;
  /* 二重線の下の線になる要素の幅を指定する */
  height: 1px;
  /* 線を表示させるために1pxだけ高さを入れる */
  border-bottom: solid 1px #999999;
  /* 二重線の下の線になる一本線の枠線をひく*/
  position: absolute;
  /* 二重線の下の線の位置を自由に動かせるようにする */
  left: 0px;
  /* 二重線の下の線の位置を、内側の線の左に揃える */
  bottom: 4px;
  display: block;
}

.title-content__sub {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.64px;
  font-weight: 700;
  margin-left: 20px;
}

/* 商品詳細ページ商品キャッチ */
.title-secondary {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .title-secondary {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 1.44px;
    line-height: 1.125;
  }
}

/* 商品詳細ページ商品名 */
.title-tertiary {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 1.16;
}

/* 商品の詳細用タイトル 下線つき*/
.title-quaternary {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1.08px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
}

/* ご利用ガイドで使用*/
.title-column {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1.08px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

/* テキスト
========================================================= */
/* 縦書きテキスト
----------------------------------------------- */
@media (min-width: 768px) {
  .text-vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
  }
}

/* テキスト
----------------------------------------------- */
.text-common {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  line-height: 2;
}

.text-common__wide {
  line-height: 1.6;
  letter-spacing: 0.84px;
}

.text-common__large {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 2;
}

.text-combine {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  line-height: 2;
}

@media (min-width: 768px) {
  .text-combine {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.64px;
    line-height: 2;
  }
}

.text-indent__note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  line-height: 1.75;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text-indent__note:before {
  content: '※';
  display: inline;
}

.letterspace__wide {
  letter-spacing: 1.6px;
}

.text-small {
  font-size: 70%;
}

.text-link__colored {
  color: #7f1084;
}

.text-link__colored:hover {
  border-bottom: 1px solid #7f1084;
  -webkit-transition: none;
  transition: none;
}

/* icon
----------------------------------------------- */
.icon_unlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon_unlock::before {
  display: inline-block;
  content: ' ';
  background-image: url("../img/common/icon_unlock.svg");
  height: 20px;
  width: 16px;
  margin-right: 13px;
  background-size: 16px 20px;
}

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

.icon_logout::before {
  display: inline-block;
  content: ' ';
  background-image: url("../img/common/icon_logout.svg");
  height: 20px;
  width: 16px;
  margin-right: 13px;
  background-size: 16px 20px;
}

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

.icon_mypage::before {
  display: inline-block;
  content: ' ';
  background-image: url("../img/common/icon_mypage.svg");
  height: 20px;
  width: 16px;
  margin-right: 13px;
  background-size: 16px 20px;
}

/* カテゴリーナビ用 */
.icon_season, .icon_cream, .icon_tansan-senbei, .icon_beans, .icon_hand-rolled, .icon_gift-box, .icon_temporary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon_season::before, .icon_cream::before, .icon_tansan-senbei::before, .icon_beans::before, .icon_hand-rolled::before, .icon_gift-box::before, .icon_temporary::before {
  content: ' ';
  background-size: 50px 50px;
}

.icon_season::before {
  background-image: url("../img/common/icon_season.jpg");
}

.icon_cream::before {
  background-image: url("../img/common/icon_cream.jpg");
}

.icon_tansan-senbei::before {
  background-image: url("../img/common/icon_tansan-senbei.jpg");
}

.icon_beans::before {
  background-image: url("../img/common/icon_beans.jpg");
}

.icon_hand-rolled::before {
  background-image: url("../img/common/icon_hand-rolled.jpg");
}

.icon_gift-box::before {
  background-image: url("../img/common/icon_gift-box.jpg");
}

.icon_temporary::before {
  background-image: url("../img/common/icon_temporary.jpg");
}

/* icon
----------------------------------------------- */
.badge_cart {
  background: #fff;
  color: #333;
  position: absolute;
  top: 35%;
  -webkit-transform: translate(-35%, -70%);
          transform: translate(-35%, -70%);
  left: 70%;
}

/* ボタン
========================================================= */
/* 共通ボタン
----------------------------------------------- */
.btn-common, .btn-common__small, .btn-common__box, .btn-common__box-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  padding: 8px 0 0 0;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  width: 210px;
  border: 0;
  font-family: "Noto Serif JP", serif;
}

.btn-common::after, .btn-common__small::after, .btn-common__box::after, .btn-common__box-arrow::after {
  content: '';
  width: 38px;
  height: 7px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: skew(60deg);
          transform: skew(60deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
}

.btn-common::before, .btn-common__small::before, .btn-common__box::before, .btn-common__box-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  border-bottom: 1px solid #333333;
}

.btn-common:hover::after, .btn-common__small:hover::after, .btn-common__box:hover::after, .btn-common__box-arrow:hover::after {
  -webkit-animation: arrow 0.4s ease-in;
          animation: arrow 0.4s ease-in;
}

@-webkit-keyframes arrow {
  50% {
    right: -0.03em;
    opacity: 0;
  }
  100% {
    right: 0.2em;
    opacity: 0.5;
  }
}

@keyframes arrow {
  50% {
    right: -0.03em;
    opacity: 0;
  }
  100% {
    right: 0.2em;
    opacity: 0.5;
  }
}

.btn-common:focus, .btn-common__small:focus, .btn-common__box:focus, .btn-common__box-arrow:focus, .btn-common:active, .btn-common__small:active, .btn-common__box:active, .btn-common__box-arrow:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn-common:focus:focus, .btn-common__small:focus:focus, .btn-common__box:focus:focus, .btn-common__box-arrow:focus:focus, .btn-common:active:focus, .btn-common__small:active:focus, .btn-common__box:active:focus, .btn-common__box-arrow:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn-common__small {
  width: 120px;
}

.btn-common__box {
  background-color: #c28c77;
  height: 50px;
  padding: 0;
  line-height: 1;
  padding-top: 0;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 425px) {
  .btn-common__box {
    width: 326px;
  }
}

.btn-common__box::before {
  content: ' ';
  position: static;
  border-bottom: none;
}

.btn-common__box::after {
  content: normal;
}

.btn-common__box.icon_heart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-common__box.icon_heart::before {
  content: '\f004';
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  margin-right: 6px;
}

.btn-common__box.icon_heart:hover {
  background-color: #d9a997;
  color: #ffffff;
}

.btn-common__box.icon_heart[disabled]::before {
  font-weight: 900;
}

.btn-common__box.icon_cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9a0000;
}

.btn-common__box.icon_cart::before {
  display: inline-block;
  content: ' ';
  background-image: url("../img/common/icon_cart.svg");
  height: 21px;
  width: 21px;
  background-size: 21px, 21px;
  margin-right: 6px;
}

.btn-common__box.icon_cart:hover {
  background-color: #c41c1c;
  color: #ffffff;
}

.btn-common__box.disabled {
  background-color: #a5a5a5;
  opacity: 1;
}

.btn-common__box.disabled:hover {
  background-color: #a5a5a5;
  color: #ffffff;
}

.btn-common__box.action {
  background-color: #9a0000;
  width: 100%;
}

@media (min-width: 375px) {
  .btn-common__box.action {
    max-width: 326px;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-common__box.action:hover {
  background-color: #c41c1c;
  color: #ffffff;
}

.btn-common__box.cancel {
  background-color: #333333;
  width: 100%;
}

@media (min-width: 375px) {
  .btn-common__box.cancel {
    max-width: 326px;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-common__box.cancel:hover {
  background-color: #646262;
  color: #ffffff;
}

.btn-common__box-arrow {
  background-color: #eb8e6b;
  height: 50px;
  line-height: 1;
  padding-top: 0;
  color: #ffffff;
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 375px) {
  .btn-common__box-arrow {
    width: 326px;
  }
}

.btn-common__box-arrow::before {
  content: normal;
}

.btn-common__box-arrow::after {
  border-color: #ffffff;
  margin-right: 20px;
  margin-top: -3px;
}

.btn-common__box-arrow:hover {
  background-color: #fcb499;
  color: #ffffff;
}

.btn-common__box-arrow.action {
  background-color: #9a0000;
  width: 100%;
}

@media (min-width: 375px) {
  .btn-common__box-arrow.action {
    max-width: 326px;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-common__box-arrow.action:hover {
  background-color: #c41c1c;
  color: #ffffff;
}

.btn-common__box-arrow.cancel {
  background-color: #333333;
  width: 100%;
}

@media (min-width: 375px) {
  .btn-common__box-arrow.cancel {
    max-width: 326px;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-common__box-arrow.cancel:hover {
  background-color: #646262;
  color: #ffffff;
}

/* 余白
========================================================= */
.m-auto {
  margin: 0 auto;
}

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mrml-n20-none {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 768px) {
  .mrml-n20-none {
    margin-left: 0;
    margin-right: 0;
  }
}

/* 余白　小→大
----------------------------------------------- */
.mt10-none {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mt10-none {
    margin-top: 0;
  }
}

.mt10-mt20 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mt10-mt20 {
    margin-top: 20px;
  }
}

.mt10-mt25 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mt10-mt25 {
    margin-top: 25px;
  }
}

.mt10-mt35 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mt10-mt35 {
    margin-top: 35px;
  }
}

.mt15-none {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .mt15-none {
    margin-top: 0;
  }
}

.mt15-mt20 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .mt15-mt20 {
    margin-top: 20px;
  }
}

.mt15-mt30 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .mt15-mt30 {
    margin-top: 30px;
  }
}

.mt15-mt25 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .mt15-mt25 {
    margin-top: 25px;
  }
}

.mt20-mt25 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .mt20-mt25 {
    margin-top: 25px;
  }
}

.mt20-mt30 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .mt20-mt30 {
    margin-top: 30px;
  }
}

.mt20-mt45 {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .mt20-mt45 {
    margin-top: 45px;
  }
}

.mt25-mt50 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .mt25-mt50 {
    margin-top: 50px;
  }
}

.mt25-mt35 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .mt25-mt35 {
    margin-top: 35px;
  }
}

.mt25-mt55 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .mt25-mt55 {
    margin-top: 55px;
  }
}

.mt30-none {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt30-none {
    margin-top: 0px;
  }
}

.mt30-mt25 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .mt30-mt25 {
    margin-top: 25px;
  }
}

.mt35-mt5 {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .mt35-mt5 {
    margin-top: 5px;
  }
}

.mt35-mt25 {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .mt35-mt25 {
    margin-top: 25px;
  }
}

.mt35-mt55 {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .mt35-mt55 {
    margin-top: 55px;
  }
}

.mt40-mt55 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .mt40-mt55 {
    margin-top: 55px;
  }
}

.mt45-auto {
  margin-top: 45px;
}

@media (min-width: 992px) {
  .mt45-auto {
    margin-top: auto;
  }
}

.mt45-mt40 {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .mt45-mt40 {
    margin-top: 40px;
  }
}

.mt50-none {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .mt50-none {
    margin-top: 0;
  }
}

.mt25-mt70 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .mt25-mt70 {
    margin-top: 70px;
  }
}

.mt50-mt60 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .mt50-mt60 {
    margin-top: 60px;
  }
}

.mt50-mt70 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .mt50-mt70 {
    margin-top: 70px;
  }
}

.mt50-mt90 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .mt50-mt90 {
    margin-top: 90px;
  }
}

.mt50-mt105 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .mt50-mt105 {
    margin-top: 105px;
  }
}

.mt80-mt75 {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .mt80-mt75 {
    margin-top: 75px;
  }
}

.mt70-none {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .mt70-none {
    margin-top: 0;
  }
}

.mt70-mt90 {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .mt70-mt90 {
    margin-top: 90px;
  }
}

.mt70-mt100 {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .mt70-mt100 {
    margin-top: 100px;
  }
}

.mt70-mt105 {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .mt70-mt105 {
    margin-top: 105px;
  }
}

.mt100-mt70 {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .mt100-mt70 {
    margin-top: 70px;
  }
}

.pt70-pt100 {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .pt70-pt100 {
    padding-top: 100px;
  }
}

.pt80-pt110 {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .pt80-pt110 {
    padding-top: 110px;
  }
}

/* 余白　大→小
----------------------------------------------- */
.mt70-mt50 {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .mt70-mt50 {
    margin-top: 50px;
  }
}

/* figure
========================================================= */
/* figcaption 季節のお菓子 お菓子の名前と値段
----------------------------------------------- */
.caption-body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .caption-body {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.64px;
  }
}

.caption-body__name {
  font-weight: 500;
}

.caption-body__price {
  font-weight: 500;
  margin-top: 5px;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .caption-body__price {
    margin-top: 0;
    padding-left: 5px;
  }
}

/* 食い込み
========================================================= */
/* conceptの背景画像上にオーバーレイ
----------------------------------------------- */
@media (min-width: 768px) {
  .overlay-list {
    margin-top: -50px;
  }
}

.overlay-list__item {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .overlay-list__item {
    margin-top: 0;
  }
}

/* 背景色
========================================================= */
/* 商品詳細ページの白背景
----------------------------------------------- */
.bg-white {
  padding: 35px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* リスト
========================================================= */
/* 定義リスト
----------------------------------------------- */
.horizontal-common__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2857;
  width: 100%;
}

@media (min-width: 768px) {
  .horizontal-common__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    width: 66px;
  }
}

.horizontal-common__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2857;
}

@media (min-width: 768px) {
  .horizontal-common__date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    width: calc(100% - 66px);
    padding-left: 20px;
  }
}

.horizontal-common .about-list__item {
  list-style-type: disc;
  list-style-position: inside;
}

/* keyvisual
========================================================= */
/* keyvisualのslickスライダー
----------------------------------------------- */
.keyvisual-slider__item img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 65px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  margin-top: 65px;
}

@media (min-width: 768px) {
  .keyvisual-slider__item img {
    height: 100vh;
    margin-top: 0;
  }
}

.keyvisual {
  position: relative;
}

.keyvisual-overlay__logo {
  position: absolute;
  left: 50%;
  top: calc(50% + 65px);
  -webkit-transform: translateX(-50%) translateY(calc(-50% - 65px));
          transform: translateX(-50%) translateY(calc(-50% - 65px));
}

.keyvisual-overlay__logo-img {
  width: 100px;
  height: auto;
}

@media (min-width: 768px) {
  .keyvisual-overlay__logo-img {
    width: auto;
  }
}

.keyvisual-overlay__icon-scroll {
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-4%);
          transform: translateX(-50%) translateY(-4%);
}

.keyvisual-overlay__icon-scroll::after {
  content: "\f103";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .keyvisual-overlay__icon-scroll::after {
    bottom: -25px;
  }
}

/* イントロの縦書き
----------------------------------------------- */
.introduction-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.64px;
  margin: 0 auto;
  display: inline;
}

@media (min-width: 768px) {
  .introduction-text {
    line-height: 3.9;
    letter-spacing: 11px;
  }
}

/* home-category セクション
========================================================= */
/* お菓子一覧
----------------------------------------------- */
#product_top {
  display: block;
  margin-top: -65px;
  padding-top: 65px;
}

@media (min-width: 768px) {
  #product_top {
    margin-top: -78px;
    padding-top: 78px;
  }
}

.home-product-category__item {
  margin-top: 17px;
}

.home-product-category__item:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .home-product-category__item {
    margin-top: 10px;
  }
  .home-product-category__item:nth-child(-n + 2) {
    margin: 0;
  }
}

.home-product-category__overlay {
  position: relative;
  padding: 27px 20px 20px;
  margin-top: -60px;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .home-product-category__overlay {
    margin-left: -40px;
    padding: 50px 0 40px 40px;
    margin-top: -100px;
  }
}

.home-product-category__overlay::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 992px) {
  .home-product-category__overlay::after {
    width: calc(100vw - 50vw + 20px);
  }
}

/* home-concept セクション
========================================================= */
/* 
----------------------------------------------- */
.home-concept__logo {
  width: 100px;
  height: auto;
}

@media (min-width: 768px) {
  .home-concept__logo {
    width: auto;
  }
}

/* recommend セクション
========================================================= */
/* オススメ商品
----------------------------------------------- */
.recommend-item__name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.recommend-item__price {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.recommend-item__detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.56px;
}

/* オーバーレイ
----------------------------------------------- */
.recommend-catch__overlay {
  position: relative;
  padding: 30px 20px 20px;
  margin-top: -60px;
  z-index: 1;
}

@media (min-width: 768px) {
  .recommend-catch__overlay {
    padding: 45px 40px 40px;
    margin-top: -100px;
  }
}

.recommend-catch__overlay::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.recommend-item__overlay {
  position: relative;
  padding: 20px;
  margin-top: -40px;
  margin-left: 40px;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.recommend-item__overlay::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .recommend-list__item {
    margin-top: 40px;
  }
  .recommend-list__item:nth-child(-n + 2) {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .recommend-list__item {
    margin-top: 40px;
  }
  .recommend-list__item:nth-child(-n + 3) {
    margin: 0;
  }
}

.recommend-list__item-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 293px;
}

@media (min-width: 768px) {
  .recommend-list__item-wrapper {
    width: auto;
  }
}

.recommend-list__item:focus {
  outline: none;
}

/* news セクション
========================================================= */
/* アンカーリンク
----------------------------------------------- */
#section_news {
  display: block;
  margin-top: -65px;
  padding-top: 65px;
}

@media (min-width: 768px) {
  #section_news {
    margin-top: -78px;
    padding-top: 78px;
  }
}

/* オーバーレイ
----------------------------------------------- */
.news-list__overlay {
  position: relative;
  padding: 45px 20px 20px;
  z-index: 1;
}

@media (min-width: 768px) {
  .news-list__overlay {
    padding: 40px;
  }
}

.news-list__overlay::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* お知らせリスト
----------------------------------------------- */
.news-list {
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px #707070 dashed;
}

@media (min-width: 768px) {
  .news-list {
    margin-top: 15px;
    padding-bottom: 17px;
  }
}

.news-list:last-child {
  padding-bottom: 0;
}

.news-list__item > * {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.64px;
}

.news-list__item.is_active .news-list__btn::after {
  -webkit-transform: rotateX(180deg) translateY(50%);
          transform: rotateX(180deg) translateY(50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-list__item:hover .news-list__date {
  color: #7f1084;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-list__item:hover .news-list__title {
  color: #7f1084;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-list__item:hover .news-list__btn::before {
  background-color: rgba(51, 51, 51, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-list__head {
  position: relative;
}

.news-list__head:hover {
  cursor: pointer;
}

.news-list__btn {
  position: absolute;
  font-size: 0;
  width: 30px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-list__btn::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(196, 196, 196, 0.7);
  display: inline-block;
  position: relative;
}

.news-list__btn::after {
  content: "\f107";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  line-height: 30px;
  font-weight: 900;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}

.news-list__date {
  font-weight: normal;
}

.news-list__title {
  font-weight: normal;
  padding-right: 50px;
}

@media (min-width: 768px) {
  .news-list__title {
    width: calc(100% - 130px);
    padding-right: 100px;
    margin-left: auto;
  }
}

.news-list__body {
  display: none;
  padding-right: 50px;
}

@media (min-width: 768px) {
  .news-list__body {
    width: calc(100% - 130px);
    margin-left: auto;
    padding-right: 100px;
  }
}

.news-list__link {
  border-bottom: 1px solid;
  color: #7f1084;
}

.news-list__link:hover {
  border-bottom: none;
}

.news-list:last-of-type {
  border: none;
}

/* SNS aside
========================================================= */
/* Instagram
----------------------------------------------- */
.insta-list__item {
  margin-top: 20px;
}

.insta-list__item:nth-child(-n + 2) {
  margin: 0;
}

.insta-list__item:nth-last-child(-n + 2) {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .insta-list__item {
    margin-top: 40px;
  }
}

.insta-list__item-btn {
  border-radius: 5px;
  background-color: #ffffff;
  line-height: 30px;
  display: block;
}

@media (min-width: 768px) {
  .insta-list__item-btn {
    margin-top: 15px;
  }
}

.insta-list__item .img-responsive {
  max-height: 100%;
}

/* facebook
----------------------------------------------- */
.embed-responsive-89 {
  padding-bottom: 89.1304%;
}

/* quality-commitmentセクション
----------------------------------------------- */
.concept-text > * {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.75;
  letter-spacing: 11px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .concept-text > * {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3.5;
    letter-spacing: 9.1px;
  }
}

.concept-text.text-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
}

.concept-table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .concept-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.concept-table__body {
  width: 100%;
}

.concept-table__row {
  width: 100%;
  border-bottom: 1px solid #afafaf;
  padding: 8px 0;
}

@media (min-width: 768px) {
  .concept-table__row {
    border: none;
    padding: 0;
  }
}

.concept-table .concept-table__header,
.concept-table .concept-table__date {
  border-top: none;
  padding: 0 0 0 11px;
  line-height: 2;
}

@media (min-width: 768px) {
  .concept-table .concept-table__header,
  .concept-table .concept-table__date {
    border-bottom: 1px solid #afafaf;
    padding: 10px 0;
  }
}

.concept-table__header {
  font-weight: normal;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .concept-table__header:first-child {
    padding-left: 10px;
  }
}

.concept-table__date:nth-child(-n + 3) {
  white-space: nowrap;
}

.concept-table__date:nth-child(4) {
  display: block;
}

@media (min-width: 768px) {
  .concept-table__date:nth-child(4) {
    display: table-cell;
  }
}

@media (min-width: 992px) {
  .concept-table__date:nth-child(4) {
    padding-left: 120px;
  }
}

.text-concept {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .text-concept {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.oem-overlay__image:first-of-type {
  position: relative;
  padding-bottom: 50px;
  width: calc((100% - 50%) + 15px);
}

@media (min-width: 768px) {
  .oem-overlay__image:first-of-type {
    width: calc((100% - 50%) + 20px);
    padding-bottom: 70px;
  }
}

.oem-overlay__image:nth-of-type(2) {
  width: calc((100% - 50%) + 5px);
  position: absolute;
  top: 50px;
  left: calc((100% - 50%) - 15px);
  z-index: 2;
}

@media (min-width: 768px) {
  .oem-overlay__image:nth-of-type(2) {
    width: 50%;
    top: 70px;
    left: calc((100% - 50%) - 20px);
  }
}

/* 季節のお菓子
----------------------------------------------- */
.season-list__item {
  margin-top: 18px;
}

.season-list__item:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .season-list__item:nth-child(-n + 2) {
    margin: 0;
  }
}

.season-list__item .caption-body__price {
  margin-top: 0;
}

.season-list .embed-responsive-66 {
  padding-bottom: 66.7391%;
}

.season-list .embed-responsive-item {
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* フォームスタイル上書き
----------------------------------------------- */
.product-form {
  position: relative;
}

.product-form__list {
  position: absolute;
  top: 40px;
}

@media (min-width: 768px) {
  .product-form__list {
    top: 0;
    right: 0;
  }
}

.product-form__list .form-group + .form-group {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .product-form .title-content {
    padding-bottom: 60px;
  }
}

/* 商品一覧
----------------------------------------------- */
.product-list__item {
  margin-top: 20px;
}

.product-list__item:nth-child(-n + 2) {
  margin-top: 0;
}

@media (min-width: 768px) {
  .product-list__item {
    margin-top: 40px;
  }
  .product-list__item:nth-child(-n + 2) {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .product-list__item {
    margin-top: 40px;
  }
  .product-list__item:nth-child(-n + 3) {
    margin: 0;
  }
}

.product-list__item:focus {
  outline: none;
}

.product-list .embed-responsive-66 {
  padding-bottom: 66.7391%;
}

.product-list .embed-responsive-item {
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-list .caption-body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  line-height: 1;
}

@media (min-width: 768px) {
  .product-list .caption-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.64px;
    line-height: 1.75;
  }
}

@media (min-width: 768px) {
  .product-list .caption-body__price {
    margin-top: 0;
  }
}

.product-list .slick-prev,
.product-list .slick-next {
  top: calc(66.7391% / 2);
}

.product-list .slick-slide img {
  width: 100%;
}

.product-list.slick-initialized .caption-body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .product-list.slick-initialized .caption-body__price {
    margin-top: 0;
    padding-left: 20px;
  }
}

.product-list.slick-initialized .product-list__item {
  margin-top: 0;
}

.category-nav {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.category-nav__item {
  margin-top: 10px;
}

.category-nav__item:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .category-nav__item {
    margin-top: 20px;
  }
  .category-nav__item:nth-child(-n + 3) {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .category-nav__item:nth-child(-n + 4) {
    margin: 0;
  }
}

.category-nav__btn::before {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/* 商品詳細
----------------------------------------------- */
/* 商品詳細の画像ギャラリー */
@media (min-width: 768px) {
  .product-detail__gallary {
    height: 335px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .product-detail__gallary {
    height: 460px;
    overflow: hidden;
  }
}

.product-detail__gallary .pr10 {
  padding-right: 10px;
}

.product-detail__gallary .pl10 {
  padding-left: 10px;
}

.product-detail__gallary img {
  width: 100%;
}

.product-detail__gallary .slider-nav {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .product-detail__gallary .slider-nav {
    margin-top: 0;
  }
}

.product-detail__gallary .slider-nav__item {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .product-detail__gallary .slider-nav__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 商品詳細オーダーパネル */
.product-detail__orderpanel-price .caption-body__price:first-child {
  font-weight: normal;
  padding-left: 0;
}

.product-detail__orderpanel-price .caption-body__price:nth-child(2) {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.4;
}

.product-detail__orderpanel-order-title {
  font-weight: normal;
  margin-right: 8px;
}

.product-detail__orderpanel-order .form-control {
  height: 46px;
  line-height: 46px;
  max-width: 100px;
}

.product-detail__orderpanel-category-btn {
  color: #7f1084;
}

.product-detail__orderpanel-category-btn:hover {
  border-bottom: solid 1px;
}

.dl-code__title {
  margin-right: 20px;
  font-weight: normal;
}

/* 商品詳細の説明書き */
.product-detail__list {
  padding-bottom: 22px;
  border-bottom: 1px solid #999999;
}

.privacy-list {
  counter-reset: li;
}

.privacy-list__item {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-top: 40px;
}

.privacy-list__item:first-child {
  margin-top: 0;
}

.privacy-list__item:before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.96px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .privacy-list__item:before {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
  }
}

.privacy-list__item .title-tertiary {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
}

@media (min-width: 768px) {
  .privacy-list__item .title-tertiary {
    line-height: 24px;
  }
}

.privacy-list__item .privacy-innerlist {
  counter-reset: li;
  margin-top: 10px;
}

.privacy-list__item .privacy-innerlist__item {
  list-style-position: inside;
  position: relative;
  list-style: none;
  padding-left: 20px;
}

.privacy-list__item .privacy-innerlist__item:first-child {
  margin-top: 0;
}

.privacy-list__item .privacy-innerlist__item:before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
}

/* 共通
----------------------------------------------- */
.about-table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .about-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.about-table__body {
  width: 100%;
}

.about-table__row {
  width: 100%;
  border-bottom: 1px solid #afafaf;
  padding: 8px 0;
}

@media (min-width: 768px) {
  .about-table__row {
    border: none;
    padding: 0;
  }
}

.about-table .about-table__header,
.about-table .about-table__date {
  border-top: none;
  padding: 0 0 0 11px;
  line-height: 2;
}

@media (min-width: 768px) {
  .about-table .about-table__header,
  .about-table .about-table__date {
    border-bottom: 1px solid #afafaf;
    padding: 10px 0;
  }
}

.about-table__header {
  font-weight: normal;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .about-table__header {
    width: 250px;
  }
  .about-table__header:first-child {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .about-table__header {
    width: 343px;
  }
}

.about-table__date:nth-child(2) {
  display: block;
}

@media (min-width: 768px) {
  .about-table__date:nth-child(2) {
    display: table-cell;
  }
}

/* companyセクション
----------------------------------------------- */
.about-philosophy {
  font-weight: 700;
}

.about-philosophy__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 1.2px;
}

.about-philosophy__date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
}

.about-signiture__img {
  width: 215px;
  height: 28px;
  display: inline-block;
}

/* overviewセクション
----------------------------------------------- */
.overview-horizontal__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  width: 130px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .overview-horizontal__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.overview-horizontal__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  width: calc(100% - 130px);
  padding-left: 15px;
}

@media (min-width: 768px) {
  .overview-horizontal__date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.overview-horizontal .about-list__item {
  list-style-type: disc;
  list-style-position: inside;
}

/* Historyセクション
----------------------------------------------- */
/* Goggle Map アスペクト比	SP 94:75、PC 8:3*/
.embed-responsive-ggmap {
  padding-top: 79.7872%;
}

@media (min-width: 768px) {
  .embed-responsive-ggmap {
    padding-top: 37.5%;
  }
}

.embed-responsive-ggmap .embed-responsive-item {
  border: none;
}

/* 共通
----------------------------------------------- */
.guide-navi__item {
  border-color: #afafaf;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center;
}

.guide-navi__item:nth-of-type(-n + 2) {
  border-top-width: 1px;
}

.guide-navi__item:nth-of-type(odd) {
  border-left-width: 1px;
}

@media (min-width: 768px) {
  .guide-navi__item:nth-of-type(-n + 2) {
    border-top-width: 0px;
  }
  .guide-navi__item:nth-of-type(-n + 3) {
    border-top-width: 1px;
  }
  .guide-navi__item:nth-of-type(odd) {
    border-left-width: 0px;
  }
  .guide-navi__item:nth-child(3n + 1) {
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .guide-navi__item:nth-child(3n + 1) {
    border-left-width: 0px;
  }
  .guide-navi__item:nth-of-type(-n + 3) {
    border-top-width: 0px;
  }
  .guide-navi__item:nth-of-type(-n + 4) {
    border-top-width: 1px;
  }
  .guide-navi__item:first-of-type {
    border-left-width: 1px;
  }
  .guide-navi__item:nth-of-type(5n) {
    border-left-width: 1px;
  }
  .guide-navi__item:nth-of-type(odd) {
    border-left-width: 0px;
  }
  .guide-navi__item:nth-child(4n + 1) {
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .guide-navi__item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .guide-navi__item:nth-child(4n + 1) {
    border-left-width: 0px;
  }
  .guide-navi__item:nth-of-type(-n + 4) {
    border-top-width: 0px;
  }
  .guide-navi__item:nth-of-type(-n + 6) {
    border-top-width: 1px;
  }
  .guide-navi__item:nth-child(6n + 1) {
    border-left-width: 1px;
  }
}

.guide-navi__btn {
  display: block;
  padding: 10px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .guide-navi__btn {
    padding: 16px;
  }
}

.guide-navi__btn:hover {
  color: #333333;
  background-color: #f4f4f4;
}

/* アンカーリンク
----------------------------------------------- */
#payment,
#shipping,
#tax,
#gift-wrap,
#noshi,
#return {
  display: block;
  margin-top: calc(-65px - 10px);
  padding-top: calc(65px + 10px);
}

@media (min-width: 768px) {
  #payment,
  #shipping,
  #tax,
  #gift-wrap,
  #noshi,
  #return {
    margin-top: calc(-78px - 10px);
    padding-top: calc(78px + 10px);
  }
}

/* dl
----------------------------------------------- */
.dl-guide {
  font-size: 16px;
  font-size: 1.6rem;
}

.dl-guide__title {
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #afafaf;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 35%;
      -ms-flex: 1 0 35%;
          flex: 1 0 35%;
  background-color: #f4f4f4;
}

.dl-guide__date {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #afafaf;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 65%;
      -ms-flex: 1 0 65%;
          flex: 1 0 65%;
  background-color: rgba(255, 255, 255, 0.8);
}

.dl-guide-delivery {
  font-size: 16px;
  font-size: 1.6rem;
}

.dl-guide-delivery__title {
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #afafaf;
  background-color: #f4f4f4;
}

.dl-guide-delivery__date {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #afafaf;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #afafaf;
}

.dl-guide-delivery__date:nth-child(3) {
  border-right: none;
}

@media (min-width: 992px) {
  .dl-guide-delivery__date:nth-child(3) {
    border-right: 1px solid #afafaf;
  }
}

.dl-guide-delivery__date:last-child {
  border-right: none;
}

.table-guide {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.table-guide__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .table-guide__row {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (min-width: 768px) {
  .table-guide__row:last-of-type .table-guide__head {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .table-guide__row:last-of-type .table-guide__date {
    border-right: none;
  }
}

.table-guide__head {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-weight: normal;
  border-bottom: 1px solid #afafaf;
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  .table-guide__head {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    border-right: 1px solid #afafaf;
  }
}

.table-guide__date {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border-bottom: 1px solid #afafaf;
  text-align: center;
}

@media (min-width: 768px) {
  .table-guide__date {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    border-right: 1px solid #afafaf;
  }
}

.table-guide > tbody > tr > th {
  padding: 10px;
  border-top: none;
}

.table-guide > tbody > tr > td {
  padding: 10px;
  border-top: none;
}

/* 画像
----------------------------------------------- */
.img-pay_credit_sp {
  width: 336px;
  max-width: 100%;
}

.img-pay_credit {
  width: 400px;
  height: 60px;
}

.img-pay_convini_sp {
  width: 336px;
  max-width: 100%;
}

.img-pay_convini {
  width: 720px;
  height: 60px;
}

.img-pay_denshi {
  width: 160px;
  height: 60px;
}
/*# sourceMappingURL=style-tobeian.css.map */