@charset "UTF-8";
/*====================================

Foundation

====================================*/
/* ベース定義 */
html {
  color: #333;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul, ol {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a, button {
  outline: none;
}

a img, button img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover img, button:hover img {
  opacity: 0.5;
}

button[disabled="disabled"]:hover img {
  opacity: 1;
}

ul, ol {
  list-style: none;
}

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

Utilities

====================================*/
.u-mt0 {
  margin-top: 0px !important;
}

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

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

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

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

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-ptb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-font0 {
  font-size: 0px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mb0-pc {
    margin-bottom: 0px !important;
  }
  .u-ml0-pc {
    margin-left: 0px !important;
  }
  .u-mr0-pc {
    margin-right: 0px !important;
  }
  .u-pt0-pc {
    padding-top: 0px !important;
  }
  .u-pb0-pc {
    padding-bottom: 0px !important;
  }
  .u-pl0-pc {
    padding-left: 0px !important;
  }
  .u-pr0-pc {
    padding-right: 0px !important;
  }
  .u-plr0-pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-ptb0-pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-font0-pc {
    font-size: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml0-sp {
    margin-left: 0px !important;
  }
  .u-mr0-sp {
    margin-right: 0px !important;
  }
  .u-pt0-sp {
    padding-top: 0px !important;
  }
  .u-pb0-sp {
    padding-bottom: 0px !important;
  }
  .u-plr0-sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-ptb0-sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pl0-sp {
    padding-left: 0px !important;
  }
  .u-pr0-sp {
    padding-right: 0px !important;
  }
  .u-font0-sp {
    font-size: 0px !important;
  }
}

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

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

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

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

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

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-ptb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u-font2 {
  font-size: 2px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt5-pc {
    margin-top: 5px !important;
  }
  .u-mb5-pc {
    margin-bottom: 5px !important;
  }
  .u-ml5-pc {
    margin-left: 5px !important;
  }
  .u-mr5-pc {
    margin-right: 5px !important;
  }
  .u-pt5-pc {
    padding-top: 5px !important;
  }
  .u-pb5-pc {
    padding-bottom: 5px !important;
  }
  .u-pl5-pc {
    padding-left: 5px !important;
  }
  .u-pr5-pc {
    padding-right: 5px !important;
  }
  .u-plr5-pc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-ptb5-pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-font2-pc {
    font-size: 2px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt5-sp {
    margin-top: 5px !important;
  }
  .u-mb5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml5-sp {
    margin-left: 5px !important;
  }
  .u-mr5-sp {
    margin-right: 5px !important;
  }
  .u-pt5-sp {
    padding-top: 5px !important;
  }
  .u-pb5-sp {
    padding-bottom: 5px !important;
  }
  .u-plr5-sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-ptb5-sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-pl5-sp {
    padding-left: 5px !important;
  }
  .u-pr5-sp {
    padding-right: 5px !important;
  }
  .u-font2-sp {
    font-size: 2px !important;
  }
}

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

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

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

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

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

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-font4 {
  font-size: 4px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt10-pc {
    margin-top: 10px !important;
  }
  .u-mb10-pc {
    margin-bottom: 10px !important;
  }
  .u-ml10-pc {
    margin-left: 10px !important;
  }
  .u-mr10-pc {
    margin-right: 10px !important;
  }
  .u-pt10-pc {
    padding-top: 10px !important;
  }
  .u-pb10-pc {
    padding-bottom: 10px !important;
  }
  .u-pl10-pc {
    padding-left: 10px !important;
  }
  .u-pr10-pc {
    padding-right: 10px !important;
  }
  .u-plr10-pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-ptb10-pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-font4-pc {
    font-size: 4px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 10px !important;
  }
  .u-mb10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml10-sp {
    margin-left: 10px !important;
  }
  .u-mr10-sp {
    margin-right: 10px !important;
  }
  .u-pt10-sp {
    padding-top: 10px !important;
  }
  .u-pb10-sp {
    padding-bottom: 10px !important;
  }
  .u-plr10-sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-ptb10-sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-pl10-sp {
    padding-left: 10px !important;
  }
  .u-pr10-sp {
    padding-right: 10px !important;
  }
  .u-font4-sp {
    font-size: 4px !important;
  }
}

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

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

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

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

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

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-font6 {
  font-size: 6px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt15-pc {
    margin-top: 15px !important;
  }
  .u-mb15-pc {
    margin-bottom: 15px !important;
  }
  .u-ml15-pc {
    margin-left: 15px !important;
  }
  .u-mr15-pc {
    margin-right: 15px !important;
  }
  .u-pt15-pc {
    padding-top: 15px !important;
  }
  .u-pb15-pc {
    padding-bottom: 15px !important;
  }
  .u-pl15-pc {
    padding-left: 15px !important;
  }
  .u-pr15-pc {
    padding-right: 15px !important;
  }
  .u-plr15-pc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-ptb15-pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-font6-pc {
    font-size: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt15-sp {
    margin-top: 15px !important;
  }
  .u-mb15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml15-sp {
    margin-left: 15px !important;
  }
  .u-mr15-sp {
    margin-right: 15px !important;
  }
  .u-pt15-sp {
    padding-top: 15px !important;
  }
  .u-pb15-sp {
    padding-bottom: 15px !important;
  }
  .u-plr15-sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-ptb15-sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-pl15-sp {
    padding-left: 15px !important;
  }
  .u-pr15-sp {
    padding-right: 15px !important;
  }
  .u-font6-sp {
    font-size: 6px !important;
  }
}

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

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

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

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

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

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-font8 {
  font-size: 8px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt20-pc {
    margin-top: 20px !important;
  }
  .u-mb20-pc {
    margin-bottom: 20px !important;
  }
  .u-ml20-pc {
    margin-left: 20px !important;
  }
  .u-mr20-pc {
    margin-right: 20px !important;
  }
  .u-pt20-pc {
    padding-top: 20px !important;
  }
  .u-pb20-pc {
    padding-bottom: 20px !important;
  }
  .u-pl20-pc {
    padding-left: 20px !important;
  }
  .u-pr20-pc {
    padding-right: 20px !important;
  }
  .u-plr20-pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-ptb20-pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-font8-pc {
    font-size: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml20-sp {
    margin-left: 20px !important;
  }
  .u-mr20-sp {
    margin-right: 20px !important;
  }
  .u-pt20-sp {
    padding-top: 20px !important;
  }
  .u-pb20-sp {
    padding-bottom: 20px !important;
  }
  .u-plr20-sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-ptb20-sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-pl20-sp {
    padding-left: 20px !important;
  }
  .u-pr20-sp {
    padding-right: 20px !important;
  }
  .u-font8-sp {
    font-size: 8px !important;
  }
}

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

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

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

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

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

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u-ptb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u-font10 {
  font-size: 10px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt25-pc {
    margin-top: 25px !important;
  }
  .u-mb25-pc {
    margin-bottom: 25px !important;
  }
  .u-ml25-pc {
    margin-left: 25px !important;
  }
  .u-mr25-pc {
    margin-right: 25px !important;
  }
  .u-pt25-pc {
    padding-top: 25px !important;
  }
  .u-pb25-pc {
    padding-bottom: 25px !important;
  }
  .u-pl25-pc {
    padding-left: 25px !important;
  }
  .u-pr25-pc {
    padding-right: 25px !important;
  }
  .u-plr25-pc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-ptb25-pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-font10-pc {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt25-sp {
    margin-top: 25px !important;
  }
  .u-mb25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml25-sp {
    margin-left: 25px !important;
  }
  .u-mr25-sp {
    margin-right: 25px !important;
  }
  .u-pt25-sp {
    padding-top: 25px !important;
  }
  .u-pb25-sp {
    padding-bottom: 25px !important;
  }
  .u-plr25-sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-ptb25-sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-pl25-sp {
    padding-left: 25px !important;
  }
  .u-pr25-sp {
    padding-right: 25px !important;
  }
  .u-font10-sp {
    font-size: 10px !important;
  }
}

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

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

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

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

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

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-font12 {
  font-size: 12px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt30-pc {
    margin-top: 30px !important;
  }
  .u-mb30-pc {
    margin-bottom: 30px !important;
  }
  .u-ml30-pc {
    margin-left: 30px !important;
  }
  .u-mr30-pc {
    margin-right: 30px !important;
  }
  .u-pt30-pc {
    padding-top: 30px !important;
  }
  .u-pb30-pc {
    padding-bottom: 30px !important;
  }
  .u-pl30-pc {
    padding-left: 30px !important;
  }
  .u-pr30-pc {
    padding-right: 30px !important;
  }
  .u-plr30-pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-ptb30-pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-font12-pc {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml30-sp {
    margin-left: 30px !important;
  }
  .u-mr30-sp {
    margin-right: 30px !important;
  }
  .u-pt30-sp {
    padding-top: 30px !important;
  }
  .u-pb30-sp {
    padding-bottom: 30px !important;
  }
  .u-plr30-sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-ptb30-sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-pl30-sp {
    padding-left: 30px !important;
  }
  .u-pr30-sp {
    padding-right: 30px !important;
  }
  .u-font12-sp {
    font-size: 12px !important;
  }
}

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

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

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

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

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

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-plr35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u-ptb35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.u-font14 {
  font-size: 14px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt35-pc {
    margin-top: 35px !important;
  }
  .u-mb35-pc {
    margin-bottom: 35px !important;
  }
  .u-ml35-pc {
    margin-left: 35px !important;
  }
  .u-mr35-pc {
    margin-right: 35px !important;
  }
  .u-pt35-pc {
    padding-top: 35px !important;
  }
  .u-pb35-pc {
    padding-bottom: 35px !important;
  }
  .u-pl35-pc {
    padding-left: 35px !important;
  }
  .u-pr35-pc {
    padding-right: 35px !important;
  }
  .u-plr35-pc {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-ptb35-pc {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-font14-pc {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt35-sp {
    margin-top: 35px !important;
  }
  .u-mb35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml35-sp {
    margin-left: 35px !important;
  }
  .u-mr35-sp {
    margin-right: 35px !important;
  }
  .u-pt35-sp {
    padding-top: 35px !important;
  }
  .u-pb35-sp {
    padding-bottom: 35px !important;
  }
  .u-plr35-sp {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-ptb35-sp {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-pl35-sp {
    padding-left: 35px !important;
  }
  .u-pr35-sp {
    padding-right: 35px !important;
  }
  .u-font14-sp {
    font-size: 14px !important;
  }
}

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

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

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

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

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

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-ptb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-font16 {
  font-size: 16px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt40-pc {
    margin-top: 40px !important;
  }
  .u-mb40-pc {
    margin-bottom: 40px !important;
  }
  .u-ml40-pc {
    margin-left: 40px !important;
  }
  .u-mr40-pc {
    margin-right: 40px !important;
  }
  .u-pt40-pc {
    padding-top: 40px !important;
  }
  .u-pb40-pc {
    padding-bottom: 40px !important;
  }
  .u-pl40-pc {
    padding-left: 40px !important;
  }
  .u-pr40-pc {
    padding-right: 40px !important;
  }
  .u-plr40-pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-ptb40-pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-font16-pc {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml40-sp {
    margin-left: 40px !important;
  }
  .u-mr40-sp {
    margin-right: 40px !important;
  }
  .u-pt40-sp {
    padding-top: 40px !important;
  }
  .u-pb40-sp {
    padding-bottom: 40px !important;
  }
  .u-plr40-sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-ptb40-sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-pl40-sp {
    padding-left: 40px !important;
  }
  .u-pr40-sp {
    padding-right: 40px !important;
  }
  .u-font16-sp {
    font-size: 16px !important;
  }
}

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

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

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

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

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

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-plr45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u-ptb45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.u-font18 {
  font-size: 18px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt45-pc {
    margin-top: 45px !important;
  }
  .u-mb45-pc {
    margin-bottom: 45px !important;
  }
  .u-ml45-pc {
    margin-left: 45px !important;
  }
  .u-mr45-pc {
    margin-right: 45px !important;
  }
  .u-pt45-pc {
    padding-top: 45px !important;
  }
  .u-pb45-pc {
    padding-bottom: 45px !important;
  }
  .u-pl45-pc {
    padding-left: 45px !important;
  }
  .u-pr45-pc {
    padding-right: 45px !important;
  }
  .u-plr45-pc {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-ptb45-pc {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-font18-pc {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt45-sp {
    margin-top: 45px !important;
  }
  .u-mb45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml45-sp {
    margin-left: 45px !important;
  }
  .u-mr45-sp {
    margin-right: 45px !important;
  }
  .u-pt45-sp {
    padding-top: 45px !important;
  }
  .u-pb45-sp {
    padding-bottom: 45px !important;
  }
  .u-plr45-sp {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-ptb45-sp {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-pl45-sp {
    padding-left: 45px !important;
  }
  .u-pr45-sp {
    padding-right: 45px !important;
  }
  .u-font18-sp {
    font-size: 18px !important;
  }
}

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

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

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

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

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

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-ptb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-font20 {
  font-size: 20px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt50-pc {
    margin-top: 50px !important;
  }
  .u-mb50-pc {
    margin-bottom: 50px !important;
  }
  .u-ml50-pc {
    margin-left: 50px !important;
  }
  .u-mr50-pc {
    margin-right: 50px !important;
  }
  .u-pt50-pc {
    padding-top: 50px !important;
  }
  .u-pb50-pc {
    padding-bottom: 50px !important;
  }
  .u-pl50-pc {
    padding-left: 50px !important;
  }
  .u-pr50-pc {
    padding-right: 50px !important;
  }
  .u-plr50-pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-ptb50-pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-font20-pc {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt50-sp {
    margin-top: 50px !important;
  }
  .u-mb50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml50-sp {
    margin-left: 50px !important;
  }
  .u-mr50-sp {
    margin-right: 50px !important;
  }
  .u-pt50-sp {
    padding-top: 50px !important;
  }
  .u-pb50-sp {
    padding-bottom: 50px !important;
  }
  .u-plr50-sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-ptb50-sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-pl50-sp {
    padding-left: 50px !important;
  }
  .u-pr50-sp {
    padding-right: 50px !important;
  }
  .u-font20-sp {
    font-size: 20px !important;
  }
}

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

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

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

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

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

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-plr55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u-ptb55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.u-font22 {
  font-size: 22px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt55-pc {
    margin-top: 55px !important;
  }
  .u-mb55-pc {
    margin-bottom: 55px !important;
  }
  .u-ml55-pc {
    margin-left: 55px !important;
  }
  .u-mr55-pc {
    margin-right: 55px !important;
  }
  .u-pt55-pc {
    padding-top: 55px !important;
  }
  .u-pb55-pc {
    padding-bottom: 55px !important;
  }
  .u-pl55-pc {
    padding-left: 55px !important;
  }
  .u-pr55-pc {
    padding-right: 55px !important;
  }
  .u-plr55-pc {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-ptb55-pc {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-font22-pc {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt55-sp {
    margin-top: 55px !important;
  }
  .u-mb55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml55-sp {
    margin-left: 55px !important;
  }
  .u-mr55-sp {
    margin-right: 55px !important;
  }
  .u-pt55-sp {
    padding-top: 55px !important;
  }
  .u-pb55-sp {
    padding-bottom: 55px !important;
  }
  .u-plr55-sp {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-ptb55-sp {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-pl55-sp {
    padding-left: 55px !important;
  }
  .u-pr55-sp {
    padding-right: 55px !important;
  }
  .u-font22-sp {
    font-size: 22px !important;
  }
}

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

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

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

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

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

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-plr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-font24 {
  font-size: 24px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt60-pc {
    margin-top: 60px !important;
  }
  .u-mb60-pc {
    margin-bottom: 60px !important;
  }
  .u-ml60-pc {
    margin-left: 60px !important;
  }
  .u-mr60-pc {
    margin-right: 60px !important;
  }
  .u-pt60-pc {
    padding-top: 60px !important;
  }
  .u-pb60-pc {
    padding-bottom: 60px !important;
  }
  .u-pl60-pc {
    padding-left: 60px !important;
  }
  .u-pr60-pc {
    padding-right: 60px !important;
  }
  .u-plr60-pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-ptb60-pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-font24-pc {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 60px !important;
  }
  .u-mb60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml60-sp {
    margin-left: 60px !important;
  }
  .u-mr60-sp {
    margin-right: 60px !important;
  }
  .u-pt60-sp {
    padding-top: 60px !important;
  }
  .u-pb60-sp {
    padding-bottom: 60px !important;
  }
  .u-plr60-sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-ptb60-sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-pl60-sp {
    padding-left: 60px !important;
  }
  .u-pr60-sp {
    padding-right: 60px !important;
  }
  .u-font24-sp {
    font-size: 24px !important;
  }
}

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

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

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

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

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

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-plr65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u-ptb65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.u-font26 {
  font-size: 26px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt65-pc {
    margin-top: 65px !important;
  }
  .u-mb65-pc {
    margin-bottom: 65px !important;
  }
  .u-ml65-pc {
    margin-left: 65px !important;
  }
  .u-mr65-pc {
    margin-right: 65px !important;
  }
  .u-pt65-pc {
    padding-top: 65px !important;
  }
  .u-pb65-pc {
    padding-bottom: 65px !important;
  }
  .u-pl65-pc {
    padding-left: 65px !important;
  }
  .u-pr65-pc {
    padding-right: 65px !important;
  }
  .u-plr65-pc {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-ptb65-pc {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-font26-pc {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt65-sp {
    margin-top: 65px !important;
  }
  .u-mb65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml65-sp {
    margin-left: 65px !important;
  }
  .u-mr65-sp {
    margin-right: 65px !important;
  }
  .u-pt65-sp {
    padding-top: 65px !important;
  }
  .u-pb65-sp {
    padding-bottom: 65px !important;
  }
  .u-plr65-sp {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-ptb65-sp {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-pl65-sp {
    padding-left: 65px !important;
  }
  .u-pr65-sp {
    padding-right: 65px !important;
  }
  .u-font26-sp {
    font-size: 26px !important;
  }
}

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

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

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

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

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

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-plr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-ptb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-font28 {
  font-size: 28px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt70-pc {
    margin-top: 70px !important;
  }
  .u-mb70-pc {
    margin-bottom: 70px !important;
  }
  .u-ml70-pc {
    margin-left: 70px !important;
  }
  .u-mr70-pc {
    margin-right: 70px !important;
  }
  .u-pt70-pc {
    padding-top: 70px !important;
  }
  .u-pb70-pc {
    padding-bottom: 70px !important;
  }
  .u-pl70-pc {
    padding-left: 70px !important;
  }
  .u-pr70-pc {
    padding-right: 70px !important;
  }
  .u-plr70-pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-ptb70-pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-font28-pc {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt70-sp {
    margin-top: 70px !important;
  }
  .u-mb70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml70-sp {
    margin-left: 70px !important;
  }
  .u-mr70-sp {
    margin-right: 70px !important;
  }
  .u-pt70-sp {
    padding-top: 70px !important;
  }
  .u-pb70-sp {
    padding-bottom: 70px !important;
  }
  .u-plr70-sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-ptb70-sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-pl70-sp {
    padding-left: 70px !important;
  }
  .u-pr70-sp {
    padding-right: 70px !important;
  }
  .u-font28-sp {
    font-size: 28px !important;
  }
}

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

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

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

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

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

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-plr75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u-ptb75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.u-font30 {
  font-size: 30px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt75-pc {
    margin-top: 75px !important;
  }
  .u-mb75-pc {
    margin-bottom: 75px !important;
  }
  .u-ml75-pc {
    margin-left: 75px !important;
  }
  .u-mr75-pc {
    margin-right: 75px !important;
  }
  .u-pt75-pc {
    padding-top: 75px !important;
  }
  .u-pb75-pc {
    padding-bottom: 75px !important;
  }
  .u-pl75-pc {
    padding-left: 75px !important;
  }
  .u-pr75-pc {
    padding-right: 75px !important;
  }
  .u-plr75-pc {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-ptb75-pc {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-font30-pc {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt75-sp {
    margin-top: 75px !important;
  }
  .u-mb75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml75-sp {
    margin-left: 75px !important;
  }
  .u-mr75-sp {
    margin-right: 75px !important;
  }
  .u-pt75-sp {
    padding-top: 75px !important;
  }
  .u-pb75-sp {
    padding-bottom: 75px !important;
  }
  .u-plr75-sp {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-ptb75-sp {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-pl75-sp {
    padding-left: 75px !important;
  }
  .u-pr75-sp {
    padding-right: 75px !important;
  }
  .u-font30-sp {
    font-size: 30px !important;
  }
}

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

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

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

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

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

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-plr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-font32 {
  font-size: 32px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt80-pc {
    margin-top: 80px !important;
  }
  .u-mb80-pc {
    margin-bottom: 80px !important;
  }
  .u-ml80-pc {
    margin-left: 80px !important;
  }
  .u-mr80-pc {
    margin-right: 80px !important;
  }
  .u-pt80-pc {
    padding-top: 80px !important;
  }
  .u-pb80-pc {
    padding-bottom: 80px !important;
  }
  .u-pl80-pc {
    padding-left: 80px !important;
  }
  .u-pr80-pc {
    padding-right: 80px !important;
  }
  .u-plr80-pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-ptb80-pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-font32-pc {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mb80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml80-sp {
    margin-left: 80px !important;
  }
  .u-mr80-sp {
    margin-right: 80px !important;
  }
  .u-pt80-sp {
    padding-top: 80px !important;
  }
  .u-pb80-sp {
    padding-bottom: 80px !important;
  }
  .u-plr80-sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-ptb80-sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-pl80-sp {
    padding-left: 80px !important;
  }
  .u-pr80-sp {
    padding-right: 80px !important;
  }
  .u-font32-sp {
    font-size: 32px !important;
  }
}

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

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

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

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

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

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-plr85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u-ptb85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.u-font34 {
  font-size: 34px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt85-pc {
    margin-top: 85px !important;
  }
  .u-mb85-pc {
    margin-bottom: 85px !important;
  }
  .u-ml85-pc {
    margin-left: 85px !important;
  }
  .u-mr85-pc {
    margin-right: 85px !important;
  }
  .u-pt85-pc {
    padding-top: 85px !important;
  }
  .u-pb85-pc {
    padding-bottom: 85px !important;
  }
  .u-pl85-pc {
    padding-left: 85px !important;
  }
  .u-pr85-pc {
    padding-right: 85px !important;
  }
  .u-plr85-pc {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-ptb85-pc {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-font34-pc {
    font-size: 34px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt85-sp {
    margin-top: 85px !important;
  }
  .u-mb85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml85-sp {
    margin-left: 85px !important;
  }
  .u-mr85-sp {
    margin-right: 85px !important;
  }
  .u-pt85-sp {
    padding-top: 85px !important;
  }
  .u-pb85-sp {
    padding-bottom: 85px !important;
  }
  .u-plr85-sp {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-ptb85-sp {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-pl85-sp {
    padding-left: 85px !important;
  }
  .u-pr85-sp {
    padding-right: 85px !important;
  }
  .u-font34-sp {
    font-size: 34px !important;
  }
}

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

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

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

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

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

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-plr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-font36 {
  font-size: 36px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt90-pc {
    margin-top: 90px !important;
  }
  .u-mb90-pc {
    margin-bottom: 90px !important;
  }
  .u-ml90-pc {
    margin-left: 90px !important;
  }
  .u-mr90-pc {
    margin-right: 90px !important;
  }
  .u-pt90-pc {
    padding-top: 90px !important;
  }
  .u-pb90-pc {
    padding-bottom: 90px !important;
  }
  .u-pl90-pc {
    padding-left: 90px !important;
  }
  .u-pr90-pc {
    padding-right: 90px !important;
  }
  .u-plr90-pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-ptb90-pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-font36-pc {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt90-sp {
    margin-top: 90px !important;
  }
  .u-mb90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml90-sp {
    margin-left: 90px !important;
  }
  .u-mr90-sp {
    margin-right: 90px !important;
  }
  .u-pt90-sp {
    padding-top: 90px !important;
  }
  .u-pb90-sp {
    padding-bottom: 90px !important;
  }
  .u-plr90-sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-ptb90-sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-pl90-sp {
    padding-left: 90px !important;
  }
  .u-pr90-sp {
    padding-right: 90px !important;
  }
  .u-font36-sp {
    font-size: 36px !important;
  }
}

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

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

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

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

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

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-plr95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-ptb95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-font38 {
  font-size: 38px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt95-pc {
    margin-top: 95px !important;
  }
  .u-mb95-pc {
    margin-bottom: 95px !important;
  }
  .u-ml95-pc {
    margin-left: 95px !important;
  }
  .u-mr95-pc {
    margin-right: 95px !important;
  }
  .u-pt95-pc {
    padding-top: 95px !important;
  }
  .u-pb95-pc {
    padding-bottom: 95px !important;
  }
  .u-pl95-pc {
    padding-left: 95px !important;
  }
  .u-pr95-pc {
    padding-right: 95px !important;
  }
  .u-plr95-pc {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-ptb95-pc {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-font38-pc {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt95-sp {
    margin-top: 95px !important;
  }
  .u-mb95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml95-sp {
    margin-left: 95px !important;
  }
  .u-mr95-sp {
    margin-right: 95px !important;
  }
  .u-pt95-sp {
    padding-top: 95px !important;
  }
  .u-pb95-sp {
    padding-bottom: 95px !important;
  }
  .u-plr95-sp {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-ptb95-sp {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-pl95-sp {
    padding-left: 95px !important;
  }
  .u-pr95-sp {
    padding-right: 95px !important;
  }
  .u-font38-sp {
    font-size: 38px !important;
  }
}

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

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

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

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

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

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-plr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt100-pc {
    margin-top: 100px !important;
  }
  .u-mb100-pc {
    margin-bottom: 100px !important;
  }
  .u-ml100-pc {
    margin-left: 100px !important;
  }
  .u-mr100-pc {
    margin-right: 100px !important;
  }
  .u-pt100-pc {
    padding-top: 100px !important;
  }
  .u-pb100-pc {
    padding-bottom: 100px !important;
  }
  .u-pl100-pc {
    padding-left: 100px !important;
  }
  .u-pr100-pc {
    padding-right: 100px !important;
  }
  .u-plr100-pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-ptb100-pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-font40-pc {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt100-sp {
    margin-top: 100px !important;
  }
  .u-mb100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml100-sp {
    margin-left: 100px !important;
  }
  .u-mr100-sp {
    margin-right: 100px !important;
  }
  .u-pt100-sp {
    padding-top: 100px !important;
  }
  .u-pb100-sp {
    padding-bottom: 100px !important;
  }
  .u-plr100-sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-ptb100-sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-pl100-sp {
    padding-left: 100px !important;
  }
  .u-pr100-sp {
    padding-right: 100px !important;
  }
  .u-font40-sp {
    font-size: 40px !important;
  }
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-pt105 {
  padding-top: 105px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-pl105 {
  padding-left: 105px !important;
}

.u-pr105 {
  padding-right: 105px !important;
}

.u-plr105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.u-ptb105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.u-font42 {
  font-size: 42px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt105-pc {
    margin-top: 105px !important;
  }
  .u-mb105-pc {
    margin-bottom: 105px !important;
  }
  .u-ml105-pc {
    margin-left: 105px !important;
  }
  .u-mr105-pc {
    margin-right: 105px !important;
  }
  .u-pt105-pc {
    padding-top: 105px !important;
  }
  .u-pb105-pc {
    padding-bottom: 105px !important;
  }
  .u-pl105-pc {
    padding-left: 105px !important;
  }
  .u-pr105-pc {
    padding-right: 105px !important;
  }
  .u-plr105-pc {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .u-ptb105-pc {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .u-font42-pc {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt105-sp {
    margin-top: 105px !important;
  }
  .u-mb105-sp {
    margin-bottom: 105px !important;
  }
  .u-ml105-sp {
    margin-left: 105px !important;
  }
  .u-mr105-sp {
    margin-right: 105px !important;
  }
  .u-pt105-sp {
    padding-top: 105px !important;
  }
  .u-pb105-sp {
    padding-bottom: 105px !important;
  }
  .u-plr105-sp {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .u-ptb105-sp {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .u-pl105-sp {
    padding-left: 105px !important;
  }
  .u-pr105-sp {
    padding-right: 105px !important;
  }
  .u-font42-sp {
    font-size: 42px !important;
  }
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pl110 {
  padding-left: 110px !important;
}

.u-pr110 {
  padding-right: 110px !important;
}

.u-plr110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.u-ptb110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.u-font44 {
  font-size: 44px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt110-pc {
    margin-top: 110px !important;
  }
  .u-mb110-pc {
    margin-bottom: 110px !important;
  }
  .u-ml110-pc {
    margin-left: 110px !important;
  }
  .u-mr110-pc {
    margin-right: 110px !important;
  }
  .u-pt110-pc {
    padding-top: 110px !important;
  }
  .u-pb110-pc {
    padding-bottom: 110px !important;
  }
  .u-pl110-pc {
    padding-left: 110px !important;
  }
  .u-pr110-pc {
    padding-right: 110px !important;
  }
  .u-plr110-pc {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .u-ptb110-pc {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .u-font44-pc {
    font-size: 44px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt110-sp {
    margin-top: 110px !important;
  }
  .u-mb110-sp {
    margin-bottom: 110px !important;
  }
  .u-ml110-sp {
    margin-left: 110px !important;
  }
  .u-mr110-sp {
    margin-right: 110px !important;
  }
  .u-pt110-sp {
    padding-top: 110px !important;
  }
  .u-pb110-sp {
    padding-bottom: 110px !important;
  }
  .u-plr110-sp {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .u-ptb110-sp {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .u-pl110-sp {
    padding-left: 110px !important;
  }
  .u-pr110-sp {
    padding-right: 110px !important;
  }
  .u-font44-sp {
    font-size: 44px !important;
  }
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-pt115 {
  padding-top: 115px !important;
}

.u-pb115 {
  padding-bottom: 115px !important;
}

.u-pl115 {
  padding-left: 115px !important;
}

.u-pr115 {
  padding-right: 115px !important;
}

.u-plr115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.u-ptb115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.u-font46 {
  font-size: 46px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt115-pc {
    margin-top: 115px !important;
  }
  .u-mb115-pc {
    margin-bottom: 115px !important;
  }
  .u-ml115-pc {
    margin-left: 115px !important;
  }
  .u-mr115-pc {
    margin-right: 115px !important;
  }
  .u-pt115-pc {
    padding-top: 115px !important;
  }
  .u-pb115-pc {
    padding-bottom: 115px !important;
  }
  .u-pl115-pc {
    padding-left: 115px !important;
  }
  .u-pr115-pc {
    padding-right: 115px !important;
  }
  .u-plr115-pc {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .u-ptb115-pc {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .u-font46-pc {
    font-size: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt115-sp {
    margin-top: 115px !important;
  }
  .u-mb115-sp {
    margin-bottom: 115px !important;
  }
  .u-ml115-sp {
    margin-left: 115px !important;
  }
  .u-mr115-sp {
    margin-right: 115px !important;
  }
  .u-pt115-sp {
    padding-top: 115px !important;
  }
  .u-pb115-sp {
    padding-bottom: 115px !important;
  }
  .u-plr115-sp {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .u-ptb115-sp {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .u-pl115-sp {
    padding-left: 115px !important;
  }
  .u-pr115-sp {
    padding-right: 115px !important;
  }
  .u-font46-sp {
    font-size: 46px !important;
  }
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-pr120 {
  padding-right: 120px !important;
}

.u-plr120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.u-ptb120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.u-font48 {
  font-size: 48px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt120-pc {
    margin-top: 120px !important;
  }
  .u-mb120-pc {
    margin-bottom: 120px !important;
  }
  .u-ml120-pc {
    margin-left: 120px !important;
  }
  .u-mr120-pc {
    margin-right: 120px !important;
  }
  .u-pt120-pc {
    padding-top: 120px !important;
  }
  .u-pb120-pc {
    padding-bottom: 120px !important;
  }
  .u-pl120-pc {
    padding-left: 120px !important;
  }
  .u-pr120-pc {
    padding-right: 120px !important;
  }
  .u-plr120-pc {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .u-ptb120-pc {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .u-font48-pc {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt120-sp {
    margin-top: 120px !important;
  }
  .u-mb120-sp {
    margin-bottom: 120px !important;
  }
  .u-ml120-sp {
    margin-left: 120px !important;
  }
  .u-mr120-sp {
    margin-right: 120px !important;
  }
  .u-pt120-sp {
    padding-top: 120px !important;
  }
  .u-pb120-sp {
    padding-bottom: 120px !important;
  }
  .u-plr120-sp {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .u-ptb120-sp {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .u-pl120-sp {
    padding-left: 120px !important;
  }
  .u-pr120-sp {
    padding-right: 120px !important;
  }
  .u-font48-sp {
    font-size: 48px !important;
  }
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-pt125 {
  padding-top: 125px !important;
}

.u-pb125 {
  padding-bottom: 125px !important;
}

.u-pl125 {
  padding-left: 125px !important;
}

.u-pr125 {
  padding-right: 125px !important;
}

.u-plr125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.u-ptb125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.u-font50 {
  font-size: 50px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt125-pc {
    margin-top: 125px !important;
  }
  .u-mb125-pc {
    margin-bottom: 125px !important;
  }
  .u-ml125-pc {
    margin-left: 125px !important;
  }
  .u-mr125-pc {
    margin-right: 125px !important;
  }
  .u-pt125-pc {
    padding-top: 125px !important;
  }
  .u-pb125-pc {
    padding-bottom: 125px !important;
  }
  .u-pl125-pc {
    padding-left: 125px !important;
  }
  .u-pr125-pc {
    padding-right: 125px !important;
  }
  .u-plr125-pc {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .u-ptb125-pc {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .u-font50-pc {
    font-size: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt125-sp {
    margin-top: 125px !important;
  }
  .u-mb125-sp {
    margin-bottom: 125px !important;
  }
  .u-ml125-sp {
    margin-left: 125px !important;
  }
  .u-mr125-sp {
    margin-right: 125px !important;
  }
  .u-pt125-sp {
    padding-top: 125px !important;
  }
  .u-pb125-sp {
    padding-bottom: 125px !important;
  }
  .u-plr125-sp {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .u-ptb125-sp {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .u-pl125-sp {
    padding-left: 125px !important;
  }
  .u-pr125-sp {
    padding-right: 125px !important;
  }
  .u-font50-sp {
    font-size: 50px !important;
  }
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-pt130 {
  padding-top: 130px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pl130 {
  padding-left: 130px !important;
}

.u-pr130 {
  padding-right: 130px !important;
}

.u-plr130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.u-ptb130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.u-font52 {
  font-size: 52px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt130-pc {
    margin-top: 130px !important;
  }
  .u-mb130-pc {
    margin-bottom: 130px !important;
  }
  .u-ml130-pc {
    margin-left: 130px !important;
  }
  .u-mr130-pc {
    margin-right: 130px !important;
  }
  .u-pt130-pc {
    padding-top: 130px !important;
  }
  .u-pb130-pc {
    padding-bottom: 130px !important;
  }
  .u-pl130-pc {
    padding-left: 130px !important;
  }
  .u-pr130-pc {
    padding-right: 130px !important;
  }
  .u-plr130-pc {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .u-ptb130-pc {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .u-font52-pc {
    font-size: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt130-sp {
    margin-top: 130px !important;
  }
  .u-mb130-sp {
    margin-bottom: 130px !important;
  }
  .u-ml130-sp {
    margin-left: 130px !important;
  }
  .u-mr130-sp {
    margin-right: 130px !important;
  }
  .u-pt130-sp {
    padding-top: 130px !important;
  }
  .u-pb130-sp {
    padding-bottom: 130px !important;
  }
  .u-plr130-sp {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  .u-ptb130-sp {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .u-pl130-sp {
    padding-left: 130px !important;
  }
  .u-pr130-sp {
    padding-right: 130px !important;
  }
  .u-font52-sp {
    font-size: 52px !important;
  }
}

.u-mt135 {
  margin-top: 135px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-ml135 {
  margin-left: 135px !important;
}

.u-mr135 {
  margin-right: 135px !important;
}

.u-pt135 {
  padding-top: 135px !important;
}

.u-pb135 {
  padding-bottom: 135px !important;
}

.u-pl135 {
  padding-left: 135px !important;
}

.u-pr135 {
  padding-right: 135px !important;
}

.u-plr135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.u-ptb135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.u-font54 {
  font-size: 54px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt135-pc {
    margin-top: 135px !important;
  }
  .u-mb135-pc {
    margin-bottom: 135px !important;
  }
  .u-ml135-pc {
    margin-left: 135px !important;
  }
  .u-mr135-pc {
    margin-right: 135px !important;
  }
  .u-pt135-pc {
    padding-top: 135px !important;
  }
  .u-pb135-pc {
    padding-bottom: 135px !important;
  }
  .u-pl135-pc {
    padding-left: 135px !important;
  }
  .u-pr135-pc {
    padding-right: 135px !important;
  }
  .u-plr135-pc {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  .u-ptb135-pc {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .u-font54-pc {
    font-size: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt135-sp {
    margin-top: 135px !important;
  }
  .u-mb135-sp {
    margin-bottom: 135px !important;
  }
  .u-ml135-sp {
    margin-left: 135px !important;
  }
  .u-mr135-sp {
    margin-right: 135px !important;
  }
  .u-pt135-sp {
    padding-top: 135px !important;
  }
  .u-pb135-sp {
    padding-bottom: 135px !important;
  }
  .u-plr135-sp {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  .u-ptb135-sp {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .u-pl135-sp {
    padding-left: 135px !important;
  }
  .u-pr135-sp {
    padding-right: 135px !important;
  }
  .u-font54-sp {
    font-size: 54px !important;
  }
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-pt140 {
  padding-top: 140px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pl140 {
  padding-left: 140px !important;
}

.u-pr140 {
  padding-right: 140px !important;
}

.u-plr140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.u-ptb140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.u-font56 {
  font-size: 56px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt140-pc {
    margin-top: 140px !important;
  }
  .u-mb140-pc {
    margin-bottom: 140px !important;
  }
  .u-ml140-pc {
    margin-left: 140px !important;
  }
  .u-mr140-pc {
    margin-right: 140px !important;
  }
  .u-pt140-pc {
    padding-top: 140px !important;
  }
  .u-pb140-pc {
    padding-bottom: 140px !important;
  }
  .u-pl140-pc {
    padding-left: 140px !important;
  }
  .u-pr140-pc {
    padding-right: 140px !important;
  }
  .u-plr140-pc {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .u-ptb140-pc {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .u-font56-pc {
    font-size: 56px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt140-sp {
    margin-top: 140px !important;
  }
  .u-mb140-sp {
    margin-bottom: 140px !important;
  }
  .u-ml140-sp {
    margin-left: 140px !important;
  }
  .u-mr140-sp {
    margin-right: 140px !important;
  }
  .u-pt140-sp {
    padding-top: 140px !important;
  }
  .u-pb140-sp {
    padding-bottom: 140px !important;
  }
  .u-plr140-sp {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .u-ptb140-sp {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .u-pl140-sp {
    padding-left: 140px !important;
  }
  .u-pr140-sp {
    padding-right: 140px !important;
  }
  .u-font56-sp {
    font-size: 56px !important;
  }
}

.u-mt145 {
  margin-top: 145px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-ml145 {
  margin-left: 145px !important;
}

.u-mr145 {
  margin-right: 145px !important;
}

.u-pt145 {
  padding-top: 145px !important;
}

.u-pb145 {
  padding-bottom: 145px !important;
}

.u-pl145 {
  padding-left: 145px !important;
}

.u-pr145 {
  padding-right: 145px !important;
}

.u-plr145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.u-ptb145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.u-font58 {
  font-size: 58px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt145-pc {
    margin-top: 145px !important;
  }
  .u-mb145-pc {
    margin-bottom: 145px !important;
  }
  .u-ml145-pc {
    margin-left: 145px !important;
  }
  .u-mr145-pc {
    margin-right: 145px !important;
  }
  .u-pt145-pc {
    padding-top: 145px !important;
  }
  .u-pb145-pc {
    padding-bottom: 145px !important;
  }
  .u-pl145-pc {
    padding-left: 145px !important;
  }
  .u-pr145-pc {
    padding-right: 145px !important;
  }
  .u-plr145-pc {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  .u-ptb145-pc {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .u-font58-pc {
    font-size: 58px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt145-sp {
    margin-top: 145px !important;
  }
  .u-mb145-sp {
    margin-bottom: 145px !important;
  }
  .u-ml145-sp {
    margin-left: 145px !important;
  }
  .u-mr145-sp {
    margin-right: 145px !important;
  }
  .u-pt145-sp {
    padding-top: 145px !important;
  }
  .u-pb145-sp {
    padding-bottom: 145px !important;
  }
  .u-plr145-sp {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  .u-ptb145-sp {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .u-pl145-sp {
    padding-left: 145px !important;
  }
  .u-pr145-sp {
    padding-right: 145px !important;
  }
  .u-font58-sp {
    font-size: 58px !important;
  }
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pl150 {
  padding-left: 150px !important;
}

.u-pr150 {
  padding-right: 150px !important;
}

.u-plr150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.u-ptb150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.u-font60 {
  font-size: 60px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt150-pc {
    margin-top: 150px !important;
  }
  .u-mb150-pc {
    margin-bottom: 150px !important;
  }
  .u-ml150-pc {
    margin-left: 150px !important;
  }
  .u-mr150-pc {
    margin-right: 150px !important;
  }
  .u-pt150-pc {
    padding-top: 150px !important;
  }
  .u-pb150-pc {
    padding-bottom: 150px !important;
  }
  .u-pl150-pc {
    padding-left: 150px !important;
  }
  .u-pr150-pc {
    padding-right: 150px !important;
  }
  .u-plr150-pc {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .u-ptb150-pc {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .u-font60-pc {
    font-size: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt150-sp {
    margin-top: 150px !important;
  }
  .u-mb150-sp {
    margin-bottom: 150px !important;
  }
  .u-ml150-sp {
    margin-left: 150px !important;
  }
  .u-mr150-sp {
    margin-right: 150px !important;
  }
  .u-pt150-sp {
    padding-top: 150px !important;
  }
  .u-pb150-sp {
    padding-bottom: 150px !important;
  }
  .u-plr150-sp {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .u-ptb150-sp {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .u-pl150-sp {
    padding-left: 150px !important;
  }
  .u-pr150-sp {
    padding-right: 150px !important;
  }
  .u-font60-sp {
    font-size: 60px !important;
  }
}

.u-mt155 {
  margin-top: 155px !important;
}

.u-mb155 {
  margin-bottom: 155px !important;
}

.u-ml155 {
  margin-left: 155px !important;
}

.u-mr155 {
  margin-right: 155px !important;
}

.u-pt155 {
  padding-top: 155px !important;
}

.u-pb155 {
  padding-bottom: 155px !important;
}

.u-pl155 {
  padding-left: 155px !important;
}

.u-pr155 {
  padding-right: 155px !important;
}

.u-plr155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

.u-ptb155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.u-font62 {
  font-size: 62px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt155-pc {
    margin-top: 155px !important;
  }
  .u-mb155-pc {
    margin-bottom: 155px !important;
  }
  .u-ml155-pc {
    margin-left: 155px !important;
  }
  .u-mr155-pc {
    margin-right: 155px !important;
  }
  .u-pt155-pc {
    padding-top: 155px !important;
  }
  .u-pb155-pc {
    padding-bottom: 155px !important;
  }
  .u-pl155-pc {
    padding-left: 155px !important;
  }
  .u-pr155-pc {
    padding-right: 155px !important;
  }
  .u-plr155-pc {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  .u-ptb155-pc {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .u-font62-pc {
    font-size: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt155-sp {
    margin-top: 155px !important;
  }
  .u-mb155-sp {
    margin-bottom: 155px !important;
  }
  .u-ml155-sp {
    margin-left: 155px !important;
  }
  .u-mr155-sp {
    margin-right: 155px !important;
  }
  .u-pt155-sp {
    padding-top: 155px !important;
  }
  .u-pb155-sp {
    padding-bottom: 155px !important;
  }
  .u-plr155-sp {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  .u-ptb155-sp {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .u-pl155-sp {
    padding-left: 155px !important;
  }
  .u-pr155-sp {
    padding-right: 155px !important;
  }
  .u-font62-sp {
    font-size: 62px !important;
  }
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-pt160 {
  padding-top: 160px !important;
}

.u-pb160 {
  padding-bottom: 160px !important;
}

.u-pl160 {
  padding-left: 160px !important;
}

.u-pr160 {
  padding-right: 160px !important;
}

.u-plr160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.u-ptb160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.u-font64 {
  font-size: 64px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt160-pc {
    margin-top: 160px !important;
  }
  .u-mb160-pc {
    margin-bottom: 160px !important;
  }
  .u-ml160-pc {
    margin-left: 160px !important;
  }
  .u-mr160-pc {
    margin-right: 160px !important;
  }
  .u-pt160-pc {
    padding-top: 160px !important;
  }
  .u-pb160-pc {
    padding-bottom: 160px !important;
  }
  .u-pl160-pc {
    padding-left: 160px !important;
  }
  .u-pr160-pc {
    padding-right: 160px !important;
  }
  .u-plr160-pc {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .u-ptb160-pc {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .u-font64-pc {
    font-size: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt160-sp {
    margin-top: 160px !important;
  }
  .u-mb160-sp {
    margin-bottom: 160px !important;
  }
  .u-ml160-sp {
    margin-left: 160px !important;
  }
  .u-mr160-sp {
    margin-right: 160px !important;
  }
  .u-pt160-sp {
    padding-top: 160px !important;
  }
  .u-pb160-sp {
    padding-bottom: 160px !important;
  }
  .u-plr160-sp {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .u-ptb160-sp {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .u-pl160-sp {
    padding-left: 160px !important;
  }
  .u-pr160-sp {
    padding-right: 160px !important;
  }
  .u-font64-sp {
    font-size: 64px !important;
  }
}

.u-mt165 {
  margin-top: 165px !important;
}

.u-mb165 {
  margin-bottom: 165px !important;
}

.u-ml165 {
  margin-left: 165px !important;
}

.u-mr165 {
  margin-right: 165px !important;
}

.u-pt165 {
  padding-top: 165px !important;
}

.u-pb165 {
  padding-bottom: 165px !important;
}

.u-pl165 {
  padding-left: 165px !important;
}

.u-pr165 {
  padding-right: 165px !important;
}

.u-plr165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.u-ptb165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.u-font66 {
  font-size: 66px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt165-pc {
    margin-top: 165px !important;
  }
  .u-mb165-pc {
    margin-bottom: 165px !important;
  }
  .u-ml165-pc {
    margin-left: 165px !important;
  }
  .u-mr165-pc {
    margin-right: 165px !important;
  }
  .u-pt165-pc {
    padding-top: 165px !important;
  }
  .u-pb165-pc {
    padding-bottom: 165px !important;
  }
  .u-pl165-pc {
    padding-left: 165px !important;
  }
  .u-pr165-pc {
    padding-right: 165px !important;
  }
  .u-plr165-pc {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  .u-ptb165-pc {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .u-font66-pc {
    font-size: 66px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt165-sp {
    margin-top: 165px !important;
  }
  .u-mb165-sp {
    margin-bottom: 165px !important;
  }
  .u-ml165-sp {
    margin-left: 165px !important;
  }
  .u-mr165-sp {
    margin-right: 165px !important;
  }
  .u-pt165-sp {
    padding-top: 165px !important;
  }
  .u-pb165-sp {
    padding-bottom: 165px !important;
  }
  .u-plr165-sp {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  .u-ptb165-sp {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .u-pl165-sp {
    padding-left: 165px !important;
  }
  .u-pr165-sp {
    padding-right: 165px !important;
  }
  .u-font66-sp {
    font-size: 66px !important;
  }
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-pt170 {
  padding-top: 170px !important;
}

.u-pb170 {
  padding-bottom: 170px !important;
}

.u-pl170 {
  padding-left: 170px !important;
}

.u-pr170 {
  padding-right: 170px !important;
}

.u-plr170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.u-ptb170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.u-font68 {
  font-size: 68px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt170-pc {
    margin-top: 170px !important;
  }
  .u-mb170-pc {
    margin-bottom: 170px !important;
  }
  .u-ml170-pc {
    margin-left: 170px !important;
  }
  .u-mr170-pc {
    margin-right: 170px !important;
  }
  .u-pt170-pc {
    padding-top: 170px !important;
  }
  .u-pb170-pc {
    padding-bottom: 170px !important;
  }
  .u-pl170-pc {
    padding-left: 170px !important;
  }
  .u-pr170-pc {
    padding-right: 170px !important;
  }
  .u-plr170-pc {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .u-ptb170-pc {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .u-font68-pc {
    font-size: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt170-sp {
    margin-top: 170px !important;
  }
  .u-mb170-sp {
    margin-bottom: 170px !important;
  }
  .u-ml170-sp {
    margin-left: 170px !important;
  }
  .u-mr170-sp {
    margin-right: 170px !important;
  }
  .u-pt170-sp {
    padding-top: 170px !important;
  }
  .u-pb170-sp {
    padding-bottom: 170px !important;
  }
  .u-plr170-sp {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  .u-ptb170-sp {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .u-pl170-sp {
    padding-left: 170px !important;
  }
  .u-pr170-sp {
    padding-right: 170px !important;
  }
  .u-font68-sp {
    font-size: 68px !important;
  }
}

.u-mt175 {
  margin-top: 175px !important;
}

.u-mb175 {
  margin-bottom: 175px !important;
}

.u-ml175 {
  margin-left: 175px !important;
}

.u-mr175 {
  margin-right: 175px !important;
}

.u-pt175 {
  padding-top: 175px !important;
}

.u-pb175 {
  padding-bottom: 175px !important;
}

.u-pl175 {
  padding-left: 175px !important;
}

.u-pr175 {
  padding-right: 175px !important;
}

.u-plr175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.u-ptb175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.u-font70 {
  font-size: 70px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt175-pc {
    margin-top: 175px !important;
  }
  .u-mb175-pc {
    margin-bottom: 175px !important;
  }
  .u-ml175-pc {
    margin-left: 175px !important;
  }
  .u-mr175-pc {
    margin-right: 175px !important;
  }
  .u-pt175-pc {
    padding-top: 175px !important;
  }
  .u-pb175-pc {
    padding-bottom: 175px !important;
  }
  .u-pl175-pc {
    padding-left: 175px !important;
  }
  .u-pr175-pc {
    padding-right: 175px !important;
  }
  .u-plr175-pc {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  .u-ptb175-pc {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .u-font70-pc {
    font-size: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt175-sp {
    margin-top: 175px !important;
  }
  .u-mb175-sp {
    margin-bottom: 175px !important;
  }
  .u-ml175-sp {
    margin-left: 175px !important;
  }
  .u-mr175-sp {
    margin-right: 175px !important;
  }
  .u-pt175-sp {
    padding-top: 175px !important;
  }
  .u-pb175-sp {
    padding-bottom: 175px !important;
  }
  .u-plr175-sp {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  .u-ptb175-sp {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .u-pl175-sp {
    padding-left: 175px !important;
  }
  .u-pr175-sp {
    padding-right: 175px !important;
  }
  .u-font70-sp {
    font-size: 70px !important;
  }
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-pt180 {
  padding-top: 180px !important;
}

.u-pb180 {
  padding-bottom: 180px !important;
}

.u-pl180 {
  padding-left: 180px !important;
}

.u-pr180 {
  padding-right: 180px !important;
}

.u-plr180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.u-ptb180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.u-font72 {
  font-size: 72px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt180-pc {
    margin-top: 180px !important;
  }
  .u-mb180-pc {
    margin-bottom: 180px !important;
  }
  .u-ml180-pc {
    margin-left: 180px !important;
  }
  .u-mr180-pc {
    margin-right: 180px !important;
  }
  .u-pt180-pc {
    padding-top: 180px !important;
  }
  .u-pb180-pc {
    padding-bottom: 180px !important;
  }
  .u-pl180-pc {
    padding-left: 180px !important;
  }
  .u-pr180-pc {
    padding-right: 180px !important;
  }
  .u-plr180-pc {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .u-ptb180-pc {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .u-font72-pc {
    font-size: 72px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt180-sp {
    margin-top: 180px !important;
  }
  .u-mb180-sp {
    margin-bottom: 180px !important;
  }
  .u-ml180-sp {
    margin-left: 180px !important;
  }
  .u-mr180-sp {
    margin-right: 180px !important;
  }
  .u-pt180-sp {
    padding-top: 180px !important;
  }
  .u-pb180-sp {
    padding-bottom: 180px !important;
  }
  .u-plr180-sp {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .u-ptb180-sp {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .u-pl180-sp {
    padding-left: 180px !important;
  }
  .u-pr180-sp {
    padding-right: 180px !important;
  }
  .u-font72-sp {
    font-size: 72px !important;
  }
}

.u-mt185 {
  margin-top: 185px !important;
}

.u-mb185 {
  margin-bottom: 185px !important;
}

.u-ml185 {
  margin-left: 185px !important;
}

.u-mr185 {
  margin-right: 185px !important;
}

.u-pt185 {
  padding-top: 185px !important;
}

.u-pb185 {
  padding-bottom: 185px !important;
}

.u-pl185 {
  padding-left: 185px !important;
}

.u-pr185 {
  padding-right: 185px !important;
}

.u-plr185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.u-ptb185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.u-font74 {
  font-size: 74px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt185-pc {
    margin-top: 185px !important;
  }
  .u-mb185-pc {
    margin-bottom: 185px !important;
  }
  .u-ml185-pc {
    margin-left: 185px !important;
  }
  .u-mr185-pc {
    margin-right: 185px !important;
  }
  .u-pt185-pc {
    padding-top: 185px !important;
  }
  .u-pb185-pc {
    padding-bottom: 185px !important;
  }
  .u-pl185-pc {
    padding-left: 185px !important;
  }
  .u-pr185-pc {
    padding-right: 185px !important;
  }
  .u-plr185-pc {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  .u-ptb185-pc {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .u-font74-pc {
    font-size: 74px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt185-sp {
    margin-top: 185px !important;
  }
  .u-mb185-sp {
    margin-bottom: 185px !important;
  }
  .u-ml185-sp {
    margin-left: 185px !important;
  }
  .u-mr185-sp {
    margin-right: 185px !important;
  }
  .u-pt185-sp {
    padding-top: 185px !important;
  }
  .u-pb185-sp {
    padding-bottom: 185px !important;
  }
  .u-plr185-sp {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  .u-ptb185-sp {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .u-pl185-sp {
    padding-left: 185px !important;
  }
  .u-pr185-sp {
    padding-right: 185px !important;
  }
  .u-font74-sp {
    font-size: 74px !important;
  }
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-pt190 {
  padding-top: 190px !important;
}

.u-pb190 {
  padding-bottom: 190px !important;
}

.u-pl190 {
  padding-left: 190px !important;
}

.u-pr190 {
  padding-right: 190px !important;
}

.u-plr190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.u-ptb190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.u-font76 {
  font-size: 76px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt190-pc {
    margin-top: 190px !important;
  }
  .u-mb190-pc {
    margin-bottom: 190px !important;
  }
  .u-ml190-pc {
    margin-left: 190px !important;
  }
  .u-mr190-pc {
    margin-right: 190px !important;
  }
  .u-pt190-pc {
    padding-top: 190px !important;
  }
  .u-pb190-pc {
    padding-bottom: 190px !important;
  }
  .u-pl190-pc {
    padding-left: 190px !important;
  }
  .u-pr190-pc {
    padding-right: 190px !important;
  }
  .u-plr190-pc {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .u-ptb190-pc {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .u-font76-pc {
    font-size: 76px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt190-sp {
    margin-top: 190px !important;
  }
  .u-mb190-sp {
    margin-bottom: 190px !important;
  }
  .u-ml190-sp {
    margin-left: 190px !important;
  }
  .u-mr190-sp {
    margin-right: 190px !important;
  }
  .u-pt190-sp {
    padding-top: 190px !important;
  }
  .u-pb190-sp {
    padding-bottom: 190px !important;
  }
  .u-plr190-sp {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  .u-ptb190-sp {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .u-pl190-sp {
    padding-left: 190px !important;
  }
  .u-pr190-sp {
    padding-right: 190px !important;
  }
  .u-font76-sp {
    font-size: 76px !important;
  }
}

.u-mt195 {
  margin-top: 195px !important;
}

.u-mb195 {
  margin-bottom: 195px !important;
}

.u-ml195 {
  margin-left: 195px !important;
}

.u-mr195 {
  margin-right: 195px !important;
}

.u-pt195 {
  padding-top: 195px !important;
}

.u-pb195 {
  padding-bottom: 195px !important;
}

.u-pl195 {
  padding-left: 195px !important;
}

.u-pr195 {
  padding-right: 195px !important;
}

.u-plr195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

.u-ptb195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.u-font78 {
  font-size: 78px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt195-pc {
    margin-top: 195px !important;
  }
  .u-mb195-pc {
    margin-bottom: 195px !important;
  }
  .u-ml195-pc {
    margin-left: 195px !important;
  }
  .u-mr195-pc {
    margin-right: 195px !important;
  }
  .u-pt195-pc {
    padding-top: 195px !important;
  }
  .u-pb195-pc {
    padding-bottom: 195px !important;
  }
  .u-pl195-pc {
    padding-left: 195px !important;
  }
  .u-pr195-pc {
    padding-right: 195px !important;
  }
  .u-plr195-pc {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  .u-ptb195-pc {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .u-font78-pc {
    font-size: 78px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt195-sp {
    margin-top: 195px !important;
  }
  .u-mb195-sp {
    margin-bottom: 195px !important;
  }
  .u-ml195-sp {
    margin-left: 195px !important;
  }
  .u-mr195-sp {
    margin-right: 195px !important;
  }
  .u-pt195-sp {
    padding-top: 195px !important;
  }
  .u-pb195-sp {
    padding-bottom: 195px !important;
  }
  .u-plr195-sp {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  .u-ptb195-sp {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .u-pl195-sp {
    padding-left: 195px !important;
  }
  .u-pr195-sp {
    padding-right: 195px !important;
  }
  .u-font78-sp {
    font-size: 78px !important;
  }
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-pl200 {
  padding-left: 200px !important;
}

.u-pr200 {
  padding-right: 200px !important;
}

.u-plr200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.u-ptb200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.u-font80 {
  font-size: 80px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt200-pc {
    margin-top: 200px !important;
  }
  .u-mb200-pc {
    margin-bottom: 200px !important;
  }
  .u-ml200-pc {
    margin-left: 200px !important;
  }
  .u-mr200-pc {
    margin-right: 200px !important;
  }
  .u-pt200-pc {
    padding-top: 200px !important;
  }
  .u-pb200-pc {
    padding-bottom: 200px !important;
  }
  .u-pl200-pc {
    padding-left: 200px !important;
  }
  .u-pr200-pc {
    padding-right: 200px !important;
  }
  .u-plr200-pc {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .u-ptb200-pc {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .u-font80-pc {
    font-size: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt200-sp {
    margin-top: 200px !important;
  }
  .u-mb200-sp {
    margin-bottom: 200px !important;
  }
  .u-ml200-sp {
    margin-left: 200px !important;
  }
  .u-mr200-sp {
    margin-right: 200px !important;
  }
  .u-pt200-sp {
    padding-top: 200px !important;
  }
  .u-pb200-sp {
    padding-bottom: 200px !important;
  }
  .u-plr200-sp {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .u-ptb200-sp {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .u-pl200-sp {
    padding-left: 200px !important;
  }
  .u-pr200-sp {
    padding-right: 200px !important;
  }
  .u-font80-sp {
    font-size: 80px !important;
  }
}

.u-lh10 {
  line-height: 1 !important;
}

.u-lh12 {
  line-height: 1.2 !important;
}

.u-lh15 {
  line-height: 1.5 !important;
}

.u-lh175 {
  line-height: 1.75 !important;
}

.u-lh18 {
  line-height: 1.8 !important;
}

.u-lh20 {
  line-height: 2 !important;
}

.u-lh25 {
  line-height: 2.5 !important;
}

.u-pos-rel {
  position: relative !important;
}

.u-pos-abs {
  position: absolute !important;
}

.u-pos-sta {
  position: static !important;
}

.u-pos-fix {
  position: fixed !important;
}

.u-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-float-clear {
  clear: both !important;
}

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

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

.u-font-bold {
  font-weight: bold !important;
}

.u-font-normal {
  font-weight: normal !important;
}

.u-va-top {
  vertical-align: top !important;
}

.u-va-middle {
  vertical-align: middle !important;
}

.u-va-bottom {
  vertical-align: bottom !important;
}

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

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

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

.u-nowrap {
  white-space: nowrap !important;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}

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

Layout

====================================*/
/* ページラッパー  SP表示の際、隙間ができる問題を解決 */
@media only screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .l-wrapper.is-opened {
    -webkit-transform: translateX(-310px);
            transform: translateX(-310px);
    position: fixed;
    opacity: 0.5;
  }
  .l-wrapper.is-modal-opened {
    position: fixed;
    z-index: 1000;
  }
}

@media only screen and (min-width: 768px), print {
  .l-wrapper {
    min-width: 1090px;
    overflow: hidden;
  }
}

.l-wrapper.-bg-vegi-white {
  background-image: url(/common/images/layout/bg_vegi_white.png);
  background-position: center top;
}

@media only screen and (max-width: 767px) {
  .l-wrapper.-bg-vegi-white {
    background-image: url(/common/images/layout/bg_vegi_white_sp.png);
    background-size: 417px auto;
  }
}

.l-unit.-bg-stripe {
  background-image: url(/common/images/layout/bg_01_pc.png);
}

@media only screen and (max-width: 767px) {
  .l-unit.-bg-stripe {
    background-size: 21px auto;
    background-position: center center;
  }
}

.l-unit.-bg-vegi-white {
  background-image: url(/common/images/layout/bg_vegi_white.png);
  background-position: center top;
}

@media only screen and (max-width: 767px) {
  .l-unit.-bg-vegi-white {
    background-image: url(/common/images/layout/bg_vegi_white_sp.png);
    background-size: 417px auto;
  }
}

.l-unit.-bg-mandarin {
  background-color: #F88E12;
  background-image: url(/common/images/layout/bg_vegi.png);
  background-position: center center;
}

.l-unit.-start-tape {
  border-top: #FFF9F4 solid 7px;
}

.l-unit.-end-tape {
  border-bottom: #FFF9F4 solid 7px;
}

.l-unit.-mandarin-end {
  margin-bottom: -1px;
}

.l-unit.-mandarin-end:after {
  content: "";
  display: block;
  background-image: url(/common/images/layout/bg_town_pc.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

@media only screen and (min-width: 768px), print {
  .l-unit.-mandarin-end:after {
    background-size: auto 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .l-unit.-mandarin-end:after {
    height: 5vw;
    background-size: 100% auto;
  }
}

.l-unit.-mandarin-start {
  margin-bottom: -1px;
}

.l-unit.-mandarin-start:before {
  content: "";
  display: block;
  background-image: url(/common/images/layout/wave_mandarin_white_pc.png);
  background-repeat: repeat-x;
  background-position: center top;
}

@media only screen and (min-width: 768px), print {
  .l-unit.-mandarin-start:before {
    background-size: auto 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .l-unit.-mandarin-start:before {
    height: 5vw;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 768px), print {
  .l-unit__box {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .l-unit__box.-sp-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .l-unit__box.-has-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px), print {
  .l-unit__main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .l-unit__main {
    border-bottom: 1px dashed #333;
  }
}

@media only screen and (min-width: 768px), print {
  .l-unit__side {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 300px;
  }
}

/* ヘッダー */
.l-header {
  border-bottom: 3px solid #FA532B;
}

@media only screen and (min-width: 768px), print {
  .l-header__unit {
    height: 183px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 768px), print {
  .l-header__logo {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 195px;
    padding: 10px 0 5px;
  }
}

.l-header__mid {
  line-height: 1.2;
}

@media only screen and (min-width: 768px), print {
  .l-header__mid {
    width: 188px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.l-header__num {
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .l-header__num {
    display: none;
  }
}

.l-header__num dl dt {
  font-size: 30px;
  font-weight: 600;
}

.l-header__num dl dd {
  text-align: center;
  font-weight: 600;
}

.l-header__num dl dd strong {
  font-size: 22px;
  color: #FA532B;
}

.l-header__num.-logged-in {
  margin-bottom: 15px;
}

.l-header__num.-logged-in dl {
  white-space: nowrap;
}

.l-header__num.-logged-in dl dt {
  font-size: 16px;
  display: inline-block;
}

.l-header__num.-logged-in dl dd {
  display: inline-block;
}

.l-header__num.-logged-in dl dd strong {
  font-size: 20px;
}

.l-header__mid__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.l-header__mid__login.is-hidden {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .l-header__mid__login {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__mid__login {
    margin-bottom: 7px;
  }
}

.l-header__mid__login > * {
  padding: 5px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.l-header__mid__user {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
}

.l-header__mid__user.is-hidden {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .l-header__mid__user {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__mid__user {
    display: none;
  }
}

.l-header__mid__user strong {
  font-size: 17px;
  color: #67A710;
}

.l-header__mid__user__mypage {
  text-decoration: none;
  color: #67A710;
}

.l-header__mid__user__mypage:hover {
  text-decoration: underline;
}

.l-header__mid__user__logout {
  display: block;
  text-align: right;
  color: #F88E12;
  font-size: 10px;
  margin-top: 3px;
  font-weight: 300;
}

.l-header__mid__user__logout:hover {
  text-decoration: none;
}

.l-header__mid__user__logout:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 10px;
  height: 10px;
  background-image: url(/common/images/icons/logout.svg);
}

@media only screen and (min-width: 768px), print {
  .l-header__console {
    width: 322px;
    -ms-flex-preferred-size: 322px;
        flex-basis: 322px;
  }
}

.l-header__console__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .l-header__console__head {
    display: none;
  }
}

.l-header__console__title {
  color: #67A710;
  font-weight: bold;
  margin: 0px;
  font-size: 20px;
}

.l-header__console__title:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/common/images/icons/header_recipe_search.svg);
  background-position: center center;
  background-size: contain;
  margin-right: 5px;
  position: relative;
}

.l-header__console__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__console__sns > * {
  margin-left: 10px;
}

.l-header__selectbox {
  font-weight: bold;
  font-size: 12px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin: 5px 0 5px;
  position: relative;
  /*
	&:after{
		display: block;
		line-height: 1;
		content:"▼";
		position: absolute;
		top:50%;
		right:5px;
		margin-top:-0.5em;
		color: #333333;
	}
	*/
}

@media only screen and (max-width: 767px) {
  .l-header__selectbox {
    display: none;
  }
}

.l-header__selectbox.-category {
  background-image: url(/common/images/icons/nabe_black.svg);
  background-size: auto 20px;
}

.l-header__selectbox.-gredient {
  background-image: url(/common/images/icons/negi_black.svg);
  background-size: auto 20px;
}

.l-header__selectbox__select {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #333333;
  min-width: 170px;
}

.l-header__searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 5px;
}

.l-header__searchbox:before {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  left: 10px;
  top: 50%;
  font-size: 20px;
  margin-top: -0.5em;
  line-height: 1;
}

.l-header__searchbox__search {
  width: calc(100% - 70px);
  background-color: #fff;
  border: 1px solid #EDEDED;
  height: 38px;
  padding: 5px 10px 5px 40px;
  font-size: 14px;
}

.l-header__searchbox__btn {
  width: 62px;
  height: 38px;
}

.l-header__keywords {
  margin-top: 5px;
  font-size: 10px;
  display: block;
}

.l-header__keywords dt {
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
}

.l-header__keywords dd {
  font-size: 10px;
  display: inline-block;
}

.l-header__keywords dd a {
  color: #F88E12;
}

.l-header__keywords dd a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .l-header__keywords {
    padding-bottom: 10px;
  }
}

.l-header__nav {
  background-color: #FA532B;
}

@media only screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #fff;
}

.l-header__nav ul li {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border-right: 1px solid #fff;
}

.l-header__nav ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  height: 35px;
  padding: 5px;
  line-height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-header__nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 768px), print {
  .l-drawer {
    display: none;
  }
}

.l-drawer__btn {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  font-size: 28px;
  width: 65px;
  height: 65px;
  border: 0px;
  padding: 0px;
  outline: none;
  background-color: #FA532B;
  padding: 10px;
}

.l-drawer.is-opened .l-drawer__btn {
  background-color: rgba(250, 83, 43, 0.5);
}

.l-drawer__btn__label {
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-drawer.is-opened .l-drawer__btn__label {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.l-drawer__btn__bar {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 5px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-drawer__btn__bar.-b1 {
  top: 16%;
}

.l-drawer__btn__bar.-b2 {
  top: 33%;
}

.l-drawer__btn__bar.-b3 {
  top: 50%;
}

.l-drawer.is-opened .l-drawer__btn__bar {
  background-color: #fff;
}

.l-drawer.is-opened .l-drawer__btn__bar.-b1 {
  top: 40%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.l-drawer.is-opened .l-drawer__btn__bar.-b2 {
  opacity: 0;
}

.l-drawer.is-opened .l-drawer__btn__bar.-b3 {
  top: 40%;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.l-drawer__board {
  background-color: #FA532B;
  width: 310px;
  right: -310px;
  bottom: 0;
  top: 0;
  padding: 15px;
  position: fixed;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-drawer.is-opened .l-drawer__board {
  right: 0;
}

.l-drawer__head__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-drawer__head__sns > * {
  margin-right: 10px;
}

.l-drawer__head__user {
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
}

.l-drawer__head__user.is-hidden {
  display: none;
}

.l-drawer__head__user strong {
  font-size: 25px;
  color: #fff;
}

.l-drawer__head__user__mypage {
  text-decoration: none;
  color: #fff;
}

.l-drawer__head__user__logout {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-top: 3px;
  font-weight: 300;
}

.l-drawer__head__user__logout:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 15px;
  height: 15px;
  background-image: url(/common/images/icons/logout_sp.svg);
}

.l-drawer__head__login {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.l-drawer__head__login.is-hidden {
  display: none;
}

.l-drawer__head__login > * {
  padding: 5px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.l-drawer__selectbox {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
  margin: 15px 0 15px;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .l-drawer__selectbox:after {
    display: block;
    line-height: 1;
    content: "▼";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -0.5em;
    color: #333333;
  }
}

.l-drawer__selectbox.-category {
  background-image: url(/common/images/icons/nabe.svg);
  background-size: auto 24px;
}

.l-drawer__selectbox.-gredient {
  background-image: url(/common/images/icons/negi.svg);
  background-size: auto 24px;
}

.l-drawer__selectbox__select {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  border: none;
  font-size: 12px;
  color: #333333;
  min-width: 135px;
}

.l-drawer__searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.l-drawer__searchbox:before {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  left: 10px;
  top: 50%;
  font-size: 20px;
  margin-top: -0.5em;
  line-height: 1;
}

.l-drawer__searchbox__search {
  width: calc(100% - 70px);
  background-color: #fff;
  border: 1px solid #EDEDED;
  height: 38px;
  padding: 5px 10px 5px 40px;
  font-size: 14px;
}

.l-drawer__searchbox__btn {
  width: 62px;
  height: 38px;
}

.l-drawer__head {
  padding: 0 0 15px;
  border-bottom: 1px dashed #fff;
}

.l-drawer__middle {
  padding: 0 0 15px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
}

.l-drawer__middle__title {
  color: #fff;
  font-weight: bold;
  margin: 20px 0 10px;
  font-size: 20px;
}

.l-drawer__menu {
  margin-top: 20px;
}

.l-drawer__menu ul {
  border-bottom: 1px dashed #fff;
}

.l-drawer__menu ul li {
  border-top: 1px dashed #fff;
}

.l-drawer__menu ul li a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 12px 20px 12px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.l-drawer__menu ul li a:before {
  content: "・";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
}

.l-drawer__menu ul li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}

.l-drawer__nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.l-drawer__nav ul li .l-drawer__pdm {
  padding-left: 3 0px;
  display: none;
}

.l-drawer__nav ul li:hover .l-drawer__pdm {
  display: block;
}

/* フッター */
.l-footer {
  background-color: #F7F7F7;
}

.l-footer:before {
  background-color: #fff;
  content: " ";
  display: block;
  padding: 20px 30px;
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: center bottom;
}

@media only screen and (min-width: 768px), print {
  .l-footer:before {
    background-image: url(/common/images/layout/wave_tp_palegray_pc.png);
  }
}

@media only screen and (max-width: 767px) {
  .l-footer:before {
    background-size: 100% auto;
    background-image: url(/common/images/layout/wave_tp_palegray_sp.png);
  }
}

.l-footer__upper {
  padding: 15px 30px;
  background-repeat: repeat-x;
  background-position: center bottom;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .l-footer__upper {
    background-image: url(/common/images/layout/wave_palegray_mandarin_pc.png);
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__upper {
    background-size: 100% auto;
    background-image: url(/common/images/layout/wave_palegray_mandarin_sp.png);
  }
}

.l-footer__top {
  position: absolute;
  top: -50px;
  right: 15px;
  text-decoration: none;
  display: block;
  background-color: #FA532B;
  color: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  padding: 24px 0px 10px;
  line-height: 1;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.l-footer__top:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  content: "\f106";
  font-family: "FontAwesome";
}

.l-footer__menu {
  padding-top: 30px;
}

@media only screen and (min-width: 768px), print {
  .l-footer__menu {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px), print {
  .l-footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer__menu li a {
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  color: #FE4D00;
}

@media only screen and (min-width: 768px), print {
  .l-footer__menu li a {
    padding: 15px 12px 15px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__menu li a {
    padding: 10px 20px 10px 12px;
  }
  .l-footer__menu li a:before {
    position: absolute;
    left: 0px;
    top: 0.75em;
    content: "\f105";
    font-family: "FontAwesome";
  }
}

.l-footer__menu li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .l-footer__menu {
    padding-bottom: 30px;
  }
}

.l-footer__lower {
  position: relative;
  margin-top: -1px;
  background-color: #F88E12;
  padding: 15px 30px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-footer__lower {
    text-align: center;
  }
}

.l-footer__desc {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

@media only screen and (min-width: 768px), print {
  .l-footer__desc {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__desc {
    margin: 15px auto 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .l-footer__lower__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.l-footer__copyright {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

@media only screen and (min-width: 768px), print {
  .l-footer__copyright {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 5px 0px 30px;
  }
}

/* メイン */
.l-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .l-modal {
    padding-top: 60px;
  }
}

.l-modal__positioner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (min-width: 768px), print {
  .l-modal__positioner {
    width: 560px;
    height: auto;
    min-height: 528px;
    max-height: calc(100vh - 50px);
  }
}

@media only screen and (max-width: 767px) {
  .l-modal__positioner {
    width: calc(100vw - 30px);
    height: auto;
    max-height: calc(100vh - 80px);
  }
}

.l-modal__main {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
}

@media only screen and (min-width: 768px), print {
  .l-modal__main {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-modal__main {
    padding: 15px;
  }
}

.l-modal__close {
  position: absolute;
  top: -60px;
  right: 0;
  background-color: transparent;
  border: 0px;
  display: block;
  width: 50px;
  height: 50px;
}

.l-modal__close__bar {
  width: 50px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
  display: block;
  background-color: #fff;
}

.l-modal__close__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-modal__close__bar:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

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

Atoms

====================================*/
/* ボタン */
.a-btn {
  display: inline-block;
  padding: 0;
  border: none;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  color: inherit;
  font-family: inherit;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.a-btn.-icon {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}

.a-btn.-icon.-size-1 {
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 4px;
}

.a-btn.-icon.-size-2 {
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .a-btn.-icon.-size-2 {
    width: 48px;
    height: 48px;
    font-size: 26px;
    border-radius: 5px;
  }
}

.a-btn:disabled {
  opacity: 0.5;
}

.a-btn.-icon-cock {
  vertical-align: middle;
}

.a-btn.-icon-cock:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: inline-block;
  background-image: url(/common/images/icons/cock.svg);
  width: 19px;
  height: 16px;
  background-position: center center;
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.a-btn.-icon-cock:hover:before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.a-btn.-icon-plus {
  vertical-align: middle;
}

.a-btn.-icon-plus:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "\f067";
  display: inline-block;
  font-family: "FontAwesome";
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}

.a-btn.-block {
  display: block;
}

@media only screen and (max-width: 767px) {
  .a-btn.-block {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .a-btn.-sp-block {
    width: 100%;
    display: block;
  }
}

.a-btn.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-btn.-size-7 {
  height: 34px;
  padding: 5px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}

.a-btn.-size-8 {
  height: 38px;
  padding: 5px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
}

.a-btn.-size-8a {
  height: 38px;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  border: 3px solid;
  border-radius: 5px;
}

.a-btn.-size-9 {
  height: 47px;
  padding: 9px;
  line-height: 27px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid;
}

.a-btn.-size-9a {
  height: 44px;
  padding: 7px 17px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  border: 3px solid;
}

.a-btn.-size-10 {
  height: 48px;
  padding: 5px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  border: 3px solid;
}

.a-btn.-size-12 {
  height: 58px;
  padding: 10px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  border: 3px solid;
}

.a-btn.-size-13 {
  height: 58px;
  padding: 10px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  border: 3px solid;
}

@media only screen and (min-width: 768px), print {
  .a-btn.-size-13 {
    padding: 10px 25px;
    min-width: 175px;
  }
}

.a-btn.-size-13-11 {
  font-weight: 600;
  border: 3px solid;
}

@media only screen and (min-width: 768px), print {
  .a-btn.-size-13-11 {
    line-height: 32px;
    font-size: 20px;
    height: 58px;
    padding: 10px 25px;
    min-width: 175px;
  }
}

@media only screen and (max-width: 767px) {
  .a-btn.-size-13-11 {
    border-radius: 3px;
    line-height: 20px;
    font-size: 14px;
    height: 38px;
    padding: 8px 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-btn.-size-7-10 {
    height: 34px;
    padding: 5px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .a-btn.-size-7-10 {
    height: 48px;
    padding: 5px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    border: 3px solid;
  }
}

@media only screen and (min-width: 768px), print {
  .a-btn.-size-14 {
    padding: 7px 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .a-btn.-size-14 {
    padding: 3px 15px 7px;
    font-size: 38px;
    border-radius: 15px;
    line-height: 1;
  }
}

.a-btn.-fb {
  background-color: #4267B2;
  color: #fff;
}

.a-btn.-fb:hover {
  background-color: #34518d;
}

.a-btn.-twitter {
  background-color: #1DA1F2;
  color: #fff;
}

.a-btn.-twitter:hover {
  background-color: #0c85d0;
}

.a-btn.-icon-circle {
  padding: 7px 13px;
}

.a-btn.-black {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
}

.a-btn.-black:hover {
  color: #333;
  background-color: #fff;
}

.a-btn.-gray {
  background-color: #EFEFEF;
  color: #333;
  border-color: #EFEFEF;
}

.a-btn.-gray:hover {
  border-color: #d6d6d6;
  background-color: #d6d6d6;
}

.a-btn.-gray-white {
  background-color: #cccccc;
  color: #fff;
  border-color: #cccccc;
}

.a-btn.-gray-white:hover {
  border-color: #b3b3b3;
  background-color: #b3b3b3;
}

.a-btn.-orange-white-white {
  background-color: #FA532B;
  border-color: #fff;
  color: #fff;
}

.a-btn.-orange-white-white:hover {
  border-color: #ec3206;
  background-color: #ec3206;
}

.a-btn.-orange-white {
  background-color: #FA532B;
  border-color: #FA532B;
  color: #fff;
}

.a-btn.-orange-white:hover {
  border-color: #ec3206;
  background-color: #ec3206;
}

.a-btn.-white-orange {
  color: #FA532B;
  background-color: #fff;
  border-color: #fff;
}

.a-btn.-white-orange:hover {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}

.a-btn.-white-orange-gray {
  color: #FA532B;
  background-color: #fff;
  border-color: #ededed;
}

.a-btn.-white-orange-gray:hover {
  border-color: #e6e6e6;
  background-color: #d4d4d4;
}

.a-btn.-green-white {
  background-color: #67A710;
  border-color: #67A710;
  color: #fff;
}

.a-btn.-green-white:hover {
  border-color: #4a780c;
  background-color: #4a780c;
}

.a-btn.-mandarin-white {
  background-color: #F88E12;
  border-color: #F88E12;
  color: #fff;
}

.a-btn.-mandarin-white:hover {
  border-color: #d17306;
  background-color: #d17306;
}

.a-btn.-icon-circle .a-btn__icon {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  margin-right: 5px;
}

.a-form-checkbox {
  display: inline-block;
  margin-right: 15px;
  white-space: nowrap;
}

.a-form-text.-type-01 {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #F88E12;
  font-size: 14px;
  line-height: 1.2;
}

.a-form-text.-type-02 {
  font-size: 12px;
  padding: 8px;
  border: 1px solid #ededed;
}

@media only screen and (max-width: 767px) {
  .a-form-text.-type-02 {
    font-size: 14px;
    padding: 14px 10px;
  }
}

.a-form-text.-type-03 {
  background-color: #fff;
  padding: 12px 20px;
  border: 1px solid #ededed;
  font-size: 14px;
  line-height: 1.2;
}

.a-form-text.-ar {
  text-align: right;
}

.a-form-text.-block {
  display: block;
  width: 100%;
}

.a-form-text.-inline-block {
  display: inline-block;
  width: auto !important;
}

@media only screen and (max-width: 767px) {
  .a-form-text.-sp-block {
    display: block;
    width: 100%;
  }
}

.a-form-text.-icon-search {
  padding-left: 40px;
  background-image: url(/common/images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.a-form-select {
  position: relative;
  display: inline-block;
  /*
	@media only screen and (min-width:768px), print {
		&.-type-01{
			&:after{
				display: block;
				line-height: 1;
				content: "\f107";
				font-family: "FontAwesome";
				position: absolute;
				top: 50%;
				right: 5px;
				margin-top: -0.5em;
				color: $color_text;	
			}
		}
		&.-type-02{
			&:after{
				display: block;
				line-height: 1;
				content: "▼";
				position: absolute;
				top: 50%;
				right: 5px;
				margin-top: -0.5em;
				color: $color_text;	
			}
		}
		&.-type-03{
			&:after{
				display: block;
				line-height: 1;
				content: "▼";
				position: absolute;
				top: 50%;
				right: 5px;
				margin-top: -0.5em;
				color: $color_text;	
			}
		}
		&.-type-04{
			&:after{
				display: block;
				line-height: 1;
				content: "▼";
				position: absolute;
				top: 50%;
				right: 5px;
				margin-top: -0.5em;
				color: $color_text;	
			}
		}
		&.-type-05{
			&:after{
				display: block;
				line-height: 1;
				content: "▼";
				position: absolute;
				top: 50%;
				right: 10px;
				margin-top: -0.5em;
				color: $color_text;	
			}
		}
	}
	*/
}

.a-form-select.-block {
  display: block;
}

@media only screen and (max-width: 767px) {
  .a-form-select.-sp-block {
    display: block;
    width: 100%;
  }
}

.a-form-select__select {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .a-form-select__select {
    border: 1px solid #F7F7F7;
    background-color: #fff;
  }
}

.a-form-select.-type-01 .a-form-select__select {
  padding: 5px 20px 5px 5px;
}

.a-form-select.-type-02 .a-form-select__select {
  font-size: 12px;
  padding: 9px 25px 9px 9px;
  border-radius: 2px;
}

.a-form-select.-type-03 .a-form-select__select {
  font-size: 12px;
  padding: 9px 25px 9px 9px;
}

@media only screen and (min-width: 768px), print {
  .a-form-select.-type-03 .a-form-select__select {
    border: 1px solid #ccc;
    border-radius: 0;
  }
}

.a-form-select.-type-04 .a-form-select__select, .a-form-select.m-formset.-type-04s .a-form-select__select, .a-form-select.m-formset.-type-04i .a-form-select__select, .a-form-select.m-formset.-type-04m .a-form-select__select, .a-form-select.m-formset.-type-04x .a-form-select__select {
  font-size: 12px;
  padding: 9px 25px 9px 9px;
}

@media only screen and (min-width: 768px), print {
  .a-form-select.-type-04 .a-form-select__select, .a-form-select.m-formset.-type-04s .a-form-select__select, .a-form-select.m-formset.-type-04i .a-form-select__select, .a-form-select.m-formset.-type-04m .a-form-select__select, .a-form-select.m-formset.-type-04x .a-form-select__select {
    border: 1px solid #ededed;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .a-form-select.-type-04 .a-form-select__select, .a-form-select.m-formset.-type-04s .a-form-select__select, .a-form-select.m-formset.-type-04i .a-form-select__select, .a-form-select.m-formset.-type-04m .a-form-select__select, .a-form-select.m-formset.-type-04x .a-form-select__select {
    font-size: 14px;
    padding: 14px 30px 14px 14px;
  }
}

.a-form-select.-type-05 .a-form-select__select {
  font-size: 12px;
  padding: 9px 45px 9px 15px;
  min-width: 133px;
}

@media only screen and (min-width: 768px), print {
  .a-form-select.-type-05 .a-form-select__select {
    border: 1px solid #ededed;
    border-radius: 4px;
  }
}

.a-form-textarea {
  border: 1px solid #ededed;
  background-color: #fff;
}

.a-form-textarea.-type-01 {
  width: 100%;
  height: 178px;
  font-size: 12px;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  .a-form-textarea.-type-01 {
    font-size: 14px;
    padding: 14px 10px;
  }
}

.a-form-textarea.-type-02 {
  width: 100%;
  font-size: 12px;
  line-height: 2.4;
  padding: 15px;
  height: 672px;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .a-form-textarea.-type-02 {
    height: 450px;
    font-size: 14px;
    padding: 14px 10px;
  }
}

.a-form-textarea.-type-03 {
  width: 100%;
  height: 96px;
  font-size: 12px;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  .a-form-textarea.-type-03 {
    font-size: 14px;
    padding: 14px 10px;
  }
}

.a-form-textarea.-type-04, .a-form-textarea.m-formset.-type-04s, .a-form-textarea.m-formset.-type-04i, .a-form-textarea.m-formset.-type-04m, .a-form-textarea.m-formset.-type-04x {
  width: 100%;
  height: 134px;
  font-size: 12px;
  padding: 8px;
  color: #717071;
}

@media only screen and (max-width: 767px) {
  .a-form-textarea.-type-04, .a-form-textarea.m-formset.-type-04s, .a-form-textarea.m-formset.-type-04i, .a-form-textarea.m-formset.-type-04m, .a-form-textarea.m-formset.-type-04x {
    height: 160px;
  }
}

.a-form-file__elmt {
  border: 1px solid #F7F7F7;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
}

.a-form-file.-type-01 .a-form-file__elmt {
  border: none;
}

.a-form-file__image {
  margin-top: 20px;
}

.a-tooltip {
  position: relative;
}

.a-tooltip .a-tooltip__main {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-color: #F88E12;
  color: #fff;
  line-height: 1.5;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
}

.a-tooltip .a-tooltip__case {
  font-size: 14px;
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0em;
  width: auto;
  opacity: 0;
  text-align: center;
  -webkit-transform: scale(0.01);
          transform: scale(0.01);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.a-tooltip:hover .a-tooltip__case {
  top: -3em;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.a-tooltip:hover[disabled="disabled"] .a-tooltip__case {
  top: 0em;
  opacity: 0;
  -webkit-transform: scale(0.01);
          transform: scale(0.01);
}

.a-heading a {
  color: inherit;
  text-decoration: none;
}

.a-heading a:hover {
  text-decoration: underline;
}

.a-heading.-type-01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 34px;
}

.a-heading.-type-01.-small {
  font-size: 30px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px), print {
  .a-heading.-type-01 small {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .a-heading.-type-01 small {
    font-size: 13px;
  }
}

.a-heading.-type-02, .a-heading.-type-02a {
  padding: 8px 0;
  font-weight: 600;
  font-size: 25px;
  border-bottom: 3px solid #333;
}

.a-heading.-type-02a {
  font-weight: 600;
  border-bottom: 0;
}

.a-heading.-type-03 {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
}

.a-heading.-type-03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 25px;
  background-color: #F88E12;
}

.a-heading.-type-04, .a-heading.m-formset.-type-04s, .a-heading.m-formset.-type-04i, .a-heading.m-formset.-type-04m, .a-heading.m-formset.-type-04x {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #F88E12;
}

@media only screen and (max-width: 767px) {
  .a-heading.-type-04, .a-heading.m-formset.-type-04s, .a-heading.m-formset.-type-04i, .a-heading.m-formset.-type-04m, .a-heading.m-formset.-type-04x {
    font-size: 15px;
  }
}

.a-heading.-type-04:before, .a-heading.m-formset.-type-04s:before, .a-heading.m-formset.-type-04i:before, .a-heading.m-formset.-type-04m:before, .a-heading.m-formset.-type-04x:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.875em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #F88E12;
  border-radius: 50%;
}

.a-heading.-type-05 {
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 4px 0;
  font-weight: 700;
  font-size: 25px;
  border-bottom: 2px solid #717071;
}

@media only screen and (max-width: 767px) {
  .a-heading.-type-05 {
    border-bottom: 3px solid #333;
  }
}

.a-heading.-type-06 {
  color: #F88E12;
  font-weight: 600;
  font-size: 20px;
}

.a-heading.-type-06 small {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .a-heading.-type-06 {
    font-size: 15px;
  }
}

.a-heading.-type-06:before {
  display: inline-block;
  content: "●";
  margin-right: 0.35em;
}

.a-heading.-type-07 {
  font-size: 20px;
  font-weight: 600;
}

.a-heading.-type-08 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 25px;
  padding: 10px;
  border-bottom: 3px solid #333;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 300;
}

.a-heading.-orange {
  color: #FA532B;
}

.a-heading.-white {
  color: #fff;
}

.a-heading.-left {
  text-align: left;
}

.a-heading.-green {
  color: #67A710;
}

.a-heading.-icon-pan:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(/common/images/icons/pan.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-heading.-icon-crown:before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 34px;
  background-image: url(/common/images/icons/crown.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-heading.-icon-comment:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 34px;
  background-image: url(/common/images/icons/comment.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-heading.-icon-info:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(/common/images/icons/information.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-heading.-icon-otama:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(/common/images/icons/otama.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-heading.-icon-otama.-small:before {
  width: 30px;
  height: 30px;
  background-size: contain;
}

.a-heading.-icon-pan2:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/common/images/icons/pan_orange.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-heading.-icon-crown2:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 24px;
  background-image: url(/common/images/icons/crown_orange.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-heading.-icon-comment2:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 24px;
  background-image: url(/common/images/icons/comment_orange.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-heading.-icon-report:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(/common/images/icons/report_green.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.a-heading.-icon-comment-green:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 16px;
  background-image: url(/common/images/icons/comment_green.svg);
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.a-heading__small {
  font-size: 14px;
}

.a-heading.-has-logo .a-heading__small {
  font-size: 16px;
}

.a-heading__logo {
  width: 160px;
}

@media only screen and (min-width: 768px), print {
  .a-heading__logo {
    vertical-align: middle;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .a-heading__logo {
    display: block;
  }
}

.a-label {
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 8px 5px;
  line-height: 1;
}

.a-label.-size-12 {
  font-size: 12px;
  padding: 5px 5px;
}

.a-label.-orange {
  background-color: #FA532B;
}

.a-label.-mandarin {
  background-color: #F88E12;
}

.a-label.-green {
  background-color: #67A710;
}

.a-label.-story {
  background-color: #008C43;
}

.a-label.-press {
  background-color: #040000;
}

.a-label.-external, .a-label.-ingredients {
  background-color: #00B8EE;
}

.a-label.-kwatchi {
  background-color: #008C43;
}

.a-label.-border-gray {
  padding: 3px 5px;
  border: 1px solid #EFEFEF;
  color: #717071;
  font-size: 12px;
  font-weight: normal;
}

.a-border.-dashed {
  border-bottom: 1px dashed #333;
}

@media only screen and (max-width: 767px) {
  .a-border.-only-pc {
    border-bottom: none;
  }
}

.a-notice {
  background-color: #FFF9F6;
  color: #FA532B;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}

.a-notice a {
  color: #FA532B;
}

.a-notice.-normal {
  background-color: #F7F7F7;
  color: #333;
}

.a-notice.-success {
  background-color: rgba(103, 167, 16, 0.1);
  color: #67A710;
}

.a-text.-font-10 {
  font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-10-sp {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-10-pc {
    font-size: 10px;
  }
}

.a-text.-font-11 {
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-11-sp {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-11-pc {
    font-size: 11px;
  }
}

.a-text.-font-12 {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-12-sp {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-12-pc {
    font-size: 12px;
  }
}

.a-text.-font-13 {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-13-sp {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-13-pc {
    font-size: 13px;
  }
}

.a-text.-font-14 {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-14-sp {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-14-pc {
    font-size: 14px;
  }
}

.a-text.-font-15 {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-15-sp {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-15-pc {
    font-size: 15px;
  }
}

.a-text.-font-16 {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-16-sp {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-16-pc {
    font-size: 16px;
  }
}

.a-text.-font-17 {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-17-sp {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-17-pc {
    font-size: 17px;
  }
}

.a-text.-font-18 {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-18-sp {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-18-pc {
    font-size: 18px;
  }
}

.a-text.-font-19 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-19-sp {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-19-pc {
    font-size: 19px;
  }
}

.a-text.-font-20 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-20-sp {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-20-pc {
    font-size: 20px;
  }
}

.a-text.-font-21 {
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-21-sp {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-21-pc {
    font-size: 21px;
  }
}

.a-text.-font-22 {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-22-sp {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-22-pc {
    font-size: 22px;
  }
}

.a-text.-font-23 {
  font-size: 23px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-23-sp {
    font-size: 23px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-23-pc {
    font-size: 23px;
  }
}

.a-text.-font-24 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .a-text.-font-24-sp {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px), print {
  .a-text.-font-24-pc {
    font-size: 24px;
  }
}

.a-hr.-type-01 {
  border: none;
  border-top: 1px dashed #333333;
}

.a-link.-mandarin {
  font-size: 12px;
  color: #F88E12;
}

.a-link:hover {
  text-decoration: none;
}

.a-food-label {
  display: inline-block;
  padding: 0;
  border: none;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  color: inherit;
  font-family: inherit;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 12px 10px 60px;
  position: relative;
  border-radius: 13px;
  background-color: #008C43;
  border-color: #008C43;
  color: #fff;
}

.a-food-label:hover {
  border-color: #00592b;
  background-color: #00592b;
}

.a-food-label:before {
  position: absolute;
  border: 3px solid transparent;
  border-radius: 10px;
  border-top-right-radius: 40px 200px;
  border-bottom-right-radius: 40px 200px;
  border-top-left-radius: 90px 90px;
  border-bottom-left-radius: 90px 90px;
  width: 42px;
  top: 3px;
  left: 3px;
  bottom: 3px;
  display: block;
  content: "";
  background-color: #fff;
}

.a-food-label:after {
  position: absolute;
  border-radius: 21px;
  content: "";
  background-position: center center;
  width: 42px;
  top: 3px;
  left: 3px;
  bottom: 3px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(/common/images/icons/food.png);
}

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

Molecules

====================================*/
.m-banners.-type-01 {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .m-banners.-type-01 {
    padding: 65px 50px;
    background-image: url(/common/images/layout/bg_manaita.png);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 396px;
  }
}

@media only screen and (max-width: 767px) {
  .m-banners.-type-01 {
    padding: 55px 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
  .m-banners.-type-01:after {
    background-image: url(/common/images/layout/bg_manaita_sp.png);
    background-size: 300px 350px;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 50;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 374px) {
  .m-banners.-type-01 {
    background-size: calc(100vw - 75px) 350px;
  }
}

.m-banners.-type-01 .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-banners.-type-01 .slick-track {
  vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
  .m-banners.-type-01 .slick-prev {
    left: -100px;
  }
  .m-banners.-type-01 .slick-next {
    right: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .m-banners.-type-02 {
    width: 224px;
    margin-left: auto;
    margin-right: auto;
  }
}

.m-banners.-type-03 {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .m-banners.-type-03 {
    width: 220px;
    margin: 40px auto 0;
    padding-bottom: 10px;
  }
  .m-banners.-type-03 .slick-arrow {
    top: 45%;
  }
  .m-banners.-type-03 .slick-prev {
    left: -40px;
  }
  .m-banners.-type-03 .slick-next {
    right: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-banners.-type-03 {
    padding: 55px 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    background-image: url(/common/images/layout/bg_manaita_sp.png);
    background-size: 300px 350px;
    background-position: center top;
    background-repeat: no-repeat;
    /*
			&:before,
			&:after{
				background-image:url(/common/images/layout/bg_manaita_sp.png);
				background-size: 300px 350px;
				background-position: center top;
				background-repeat: no-repeat;
				content:"";
				display: block;
				position: absolute;
				top:0;
				left:0;
				right:0;
				bottom: 0;
			}
			&:before{
				
			}
			&:after{
				
			}
			*/
  }
}

.m-banners.-type-01 .m-banners__track,
.m-banners.-type-03 .m-banners__track {
  vertical-align: middle;
}

.m-banners.-type-01 .m-banners__track .m-banners__link,
.m-banners.-type-03 .m-banners__track .m-banners__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-banners.-type-01 .m-banners__track .m-banners__link img,
.m-banners.-type-03 .m-banners__track .m-banners__link img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .m-banners.-type-01 .m-banners__track,
  .m-banners.-type-03 .m-banners__track {
    position: relative;
    z-index: 51;
  }
}

/* パンくずリスト */
.m-breadcrumb {
  color: #717071;
}

@media only screen and (min-width: 768px), print {
  .m-breadcrumb {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-breadcrumb {
    margin: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-breadcrumb ul {
    line-height: 1.5;
  }
}

.m-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}

.m-breadcrumb ul li a {
  color: inherit;
}

.m-breadcrumb ul li a:hover {
  text-decoration: none;
}

.m-breadcrumb ul li img {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .m-breadcrumb ul li img {
    width: 12px;
    height: auto;
  }
}

.m-breadcrumb ul li:after {
  content: " > ";
}

@media only screen and (min-width: 768px), print {
  .m-breadcrumb ul li:after {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .m-breadcrumb ul li:after {
    margin: 0 2px;
  }
}

.m-breadcrumb ul li:last-child:after {
  content: none;
}

.m-card {
  position: relative;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px), print {
  .m-card {
    background-image: url(/common/images/layout/box_pc.png);
    background-size: 320px auto;
    width: 320px;
    background-repeat: no-repeat;
    background-position: center top;
    height: 340px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-01 {
    padding-top: 50px;
    background-image: url(/common/images/layout/box_sp.png);
    background-size: 300px auto;
    width: 375px;
    background-repeat: no-repeat;
    background-position: center top;
    height: 363px;
  }
}

@media only screen and (max-width: 375px) {
  .m-card.-type-01 {
    width: 100vw;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-02 {
    background-image: none;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
  }
}

.m-card.-type-03 {
  width: auto;
  height: auto;
  background-image: none;
  padding: 15px 0;
  border-bottom: 1px dashed #333;
}

.m-card.-type-03:last-child {
  border-bottom: none;
}

.m-card.-type-04, .m-card.m-formset.-type-04s, .m-card.m-formset.-type-04i, .m-card.m-formset.-type-04m, .m-card.m-formset.-type-04x {
  position: relative;
  background-image: none;
  border: 3px solid #ededed;
  border-radius: 20px;
  padding: 17px 17px 40px;
  height: auto;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.m-card.-type-04.-ext:after, .m-card.-ext.m-formset.-type-04s:after, .m-card.-ext.m-formset.-type-04i:after, .m-card.-ext.m-formset.-type-04m:after, .m-card.-ext.m-formset.-type-04x:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  position: absolute;
  content: "\f08e";
  font-family: "FontAwesome";
  font-size: 24px;
  color: #CCCCCC;
  right: 17px;
  bottom: 17px;
  display: block;
}

.m-card.-type-04:hover, .m-card.m-formset.-type-04s:hover, .m-card.m-formset.-type-04i:hover, .m-card.m-formset.-type-04m:hover, .m-card.m-formset.-type-04x:hover {
  border-color: #333;
}

.m-card.-type-04:hover:after, .m-card.m-formset.-type-04s:hover:after, .m-card.m-formset.-type-04i:hover:after, .m-card.m-formset.-type-04m:hover:after, .m-card.m-formset.-type-04x:hover:after {
  color: #333;
}

@media only screen and (min-width: 768px), print {
  .m-card.-has-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: -35px;
    width: 37px;
    height: 37px;
    background-position: center center;
    background-size: contain;
  }
  .m-card.-has-icon.-icon-01:before {
    left: 2px;
    top: -37px;
    background-image: url(/common/images/layout/card_icon_01.png);
  }
  .m-card.-has-icon.-icon-02:before {
    right: 4px;
    top: -34px;
    background-image: url(/common/images/layout/card_icon_02.png);
  }
}

.m-card__meta {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.m-card__flex {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .m-card__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-card__flex .m-card__thumb a:hover img {
  opacity: 0.5;
}

.m-card__clickable {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.m-card__clickable img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.m-card__clickable:hover img {
  opacity: 0.5;
}

.m-card__clickable:hover a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px), print {
  .m-card__clickable {
    width: 284px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-01 .m-card__clickable {
    width: 266px;
  }
  .m-card.-type-02 .m-card__clickable {
    width: 100%;
    min-height: 55px;
  }
}

.m-card__bgthumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 55.63%;
}

@media only screen and (max-width: 767px) {
  .m-card.-type-02 .m-card__bgthumb {
    width: 100px;
    height: 0;
    padding-top: 0px;
    height: 55px;
    margin-right: 10px;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-02 .m-card__thumb {
    width: 100px;
    margin-right: 10px;
    float: left;
  }
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-03 .m-card__thumb {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-03 .m-card__thumb {
    float: left;
    margin-right: 10px;
    width: 100px;
  }
}

.m-card.-type-04 .m-card__thumb img, .m-card.m-formset.-type-04s .m-card__thumb img, .m-card.m-formset.-type-04i .m-card__thumb img, .m-card.m-formset.-type-04m .m-card__thumb img, .m-card.m-formset.-type-04x .m-card__thumb img {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-03 .m-card__text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 180px);
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-03 .m-card__text {
    margin-top: -5px;
  }
}

.m-card__title {
  display: block;
  margin: 15px auto 15px;
  color: #FA532B;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
}

.m-card__title:hover {
  text-decoration: underline;
}

.m-card.-type-01 .m-card__title {
  font-size: 20px;
}

.m-card.-type-02 .m-card__title {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .m-card.-type-02 .m-card__title {
    margin: 0px;
  }
}

.m-card.-type-03 .m-card__title {
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-03 .m-card__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-03 .m-card__title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.m-card.-type-04 .m-card__title, .m-card.m-formset.-type-04s .m-card__title, .m-card.m-formset.-type-04i .m-card__title, .m-card.m-formset.-type-04m .m-card__title, .m-card.m-formset.-type-04x .m-card__title {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-04 .m-card__title, .m-card.m-formset.-type-04s .m-card__title, .m-card.m-formset.-type-04i .m-card__title, .m-card.m-formset.-type-04m .m-card__title, .m-card.m-formset.-type-04x .m-card__title {
    margin: 5px auto 15px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-04 .m-card__title, .m-card.m-formset.-type-04s .m-card__title, .m-card.m-formset.-type-04i .m-card__title, .m-card.m-formset.-type-04m .m-card__title, .m-card.m-formset.-type-04x .m-card__title {
    margin: 5px auto 15px;
  }
}

.m-card__clickable .m-card__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.m-card__desc {
  line-height: 1;
}

.m-card.-type-02 .m-card__desc {
  padding-bottom: 13px;
}

@media only screen and (min-width: 768px), print {
  .m-card__desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card__desc {
    font-size: 12px;
  }
  .m-card.-type-02 .m-card__desc {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-03 .m-card__desc {
    font-size: 12px;
  }
}

.m-card__user__icon {
  display: inline-block !important;
}

.m-card__user {
  font-size: 12px;
}

.m-card__user a {
  color: #333;
}

.m-card__user a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .m-card.-type-01 .m-card__user img {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-02 .m-card__user {
    width: 100%;
    text-align: right;
  }
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-03 .m-card__user {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-03 .m-card__user {
    margin-bottom: 10px;
    text-align: right;
  }
}

.m-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px), print {
  .m-card__footer {
    padding: 0 0 10px;
    width: 284px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-01 .m-card__footer {
    width: 266px;
    padding: 0 0 13px;
  }
}

.m-card.-type-02 .m-card__footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-02 .m-card__footer {
    padding-top: 10px;
    border-top: 1px dashed #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-02 .m-card__footer {
    width: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-03 .m-card__footer {
    border-top: 1px dashed #EFEFEF;
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-03 .m-card__footer {
    display: block;
  }
}

.m-card.-type-04 .m-card__footer, .m-card.m-formset.-type-04s .m-card__footer, .m-card.m-formset.-type-04i .m-card__footer, .m-card.m-formset.-type-04m .m-card__footer, .m-card.m-formset.-type-04x .m-card__footer {
  position: absolute;
  bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .m-card.-type-04 .m-card__footer, .m-card.m-formset.-type-04s .m-card__footer, .m-card.m-formset.-type-04i .m-card__footer, .m-card.m-formset.-type-04m .m-card__footer, .m-card.m-formset.-type-04x .m-card__footer {
    bottom: 17px;
  }
}

.m-card__score {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 768px), print {
  .m-card__score {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card__score {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-02 .m-card__score {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.-type-02 .m-card__score {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-card.-type-03 .m-card__score {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 200px);
    margin-top: 0;
  }
}

.m-card__date {
  font-weight: 600;
  color: #717071;
}

@media only screen and (max-width: 767px) {
  .m-card.-type-02 .m-card__date {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 5px;
  }
}

.m-card.-type-03 .m-card__date {
  font-size: 12px;
}

.m-card.-type-04 .m-card__date, .m-card.m-formset.-type-04s .m-card__date, .m-card.m-formset.-type-04i .m-card__date, .m-card.m-formset.-type-04m .m-card__date, .m-card.m-formset.-type-04x .m-card__date {
  font-size: 12px;
}

.m-card__list {
  margin-top: 10px;
}

.m-card__list__no {
  font-size: 12px;
}

.m-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .m-columns.-type-01, .m-columns.-type-02 {
    display: block;
  }
}

@media only screen and (min-width: 768px), print {
  .m-columns.-type-02 {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-columns.-type-01 .m-columns__column.-c1 {
    width: 542px;
    -ms-flex-preferred-size: 542px;
        flex-basis: 542px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-columns.-type-01 .m-columns__column.-c2 {
    width: 360px;
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-columns.-type-02 .m-columns__column {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .m-columns.-type-02 .m-columns__column.-c2 {
    border-left: 1px dotted #ededed;
  }
}

@media only screen and (max-width: 767px) {
  .m-columns.-type-02 .m-columns__column {
    padding: 15px 0;
  }
  .m-columns.-type-02 .m-columns__column.-c2 {
    border-top: 1px dotted #ededed;
  }
}

.m-recipebox {
  position: relative;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-rank-1 {
    padding: 0px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-1 {
    padding: 0px 0 40px;
  }
}

.m-recipebox.-rank-2, .m-recipebox.-rank-3 {
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-2, .m-recipebox.-rank-3 {
    padding: 8px 0 30px;
  }
}

.m-recipebox.-rank-4 {
  padding: 8px 0;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-4 {
    padding: 8px 0 30px;
  }
}

.m-recipebox.-rank-4 .m-recipebox__user {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-rank-4 .m-recipebox__date {
    display: none;
  }
}

.m-recipebox.-rank-4 + .m-recipebox.-rank-4 {
  border-top: 1px dashed #ccc;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-4 {
    border-top: 1px dashed #ccc;
  }
}

.m-recipebox.-compact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 18px;
  border-bottom: 1px dashed #333;
}

.m-recipebox.-detail {
  display: block;
}

.m-recipebox.is-hidden {
  display: none;
}

.m-recipebox__youtube iframe {
  border: 0px solid;
}

@media only screen and (max-width: 767px) {
  .m-recipebox__youtube iframe {
    width: 100%;
    height: 56.25vw;
  }
}

.m-recipebox__title {
  font-weight: 600;
  color: #FA532B;
}

.m-recipebox__title a {
  color: #FA532B;
  text-decoration: none;
}

.m-recipebox__title a:hover {
  text-decoration: underline;
}

.m-recipebox.-rank-1 .m-recipebox__title {
  font-size: 25px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 3px;
}

.m-recipebox.-rank-2 .m-recipebox__title,
.m-recipebox.-rank-3 .m-recipebox__title {
  font-size: 18px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-2 .m-recipebox__title,
  .m-recipebox.-rank-3 .m-recipebox__title {
    font-size: 12px;
  }
}

.m-recipebox.-rank-4 .m-recipebox__title {
  font-size: 12px;
}

.m-recipebox.-compact .m-recipebox__title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-detail .m-recipebox__title {
    margin-bottom: 10px;
  }
}

.m-recipebox__title__black {
  color: #333;
}

.m-recipebox__desc {
  display: none;
}

.m-recipebox__desc a {
  color: #333;
  text-decoration: none;
}

.m-recipebox__desc a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox__desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox__desc {
    margin: 20px 0;
    font-size: 14px;
  }
}

.m-recipebox.-rank-1 .m-recipebox__desc {
  display: block;
}

.m-recipebox.-detail .m-recipebox__desc {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-detail .m-recipebox__desc {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-detail .m-recipebox__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-rank-1 .m-recipebox__thumb {
    width: 170px;
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-1 .m-recipebox__thumb {
    width: 100%;
  }
  .m-recipebox.-rank-1 .m-recipebox__thumb img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-rank-2 .m-recipebox__thumb,
  .m-recipebox.-rank-3 .m-recipebox__thumb {
    width: 130px;
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-2 .m-recipebox__thumb,
  .m-recipebox.-rank-3 .m-recipebox__thumb {
    min-width: 65px;
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-rank-4 .m-recipebox__thumb {
    width: 70px;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-4 .m-recipebox__thumb {
    min-width: 65px;
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
  }
}

.m-recipebox.-compact .m-recipebox__thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-detail .m-recipebox__thumb {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 280px;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-detail .m-recipebox__thumb img {
    width: 100%;
  }
}

.m-recipebox.-rank-1 .m-recipebox__cont {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-1 .m-recipebox__cont {
    width: 100%;
  }
}

.m-recipebox.-rank-2 .m-recipebox__cont,
.m-recipebox.-rank-3 .m-recipebox__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-rank-2 .m-recipebox__cont,
  .m-recipebox.-rank-3 .m-recipebox__cont {
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-2 .m-recipebox__cont,
  .m-recipebox.-rank-3 .m-recipebox__cont {
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-rank-4 .m-recipebox__cont {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-4 .m-recipebox__cont {
    width: calc(100% - 80px);
  }
}

.m-recipebox.-compact .m-recipebox__cont {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(100% - 80px);
  padding-left: 10px;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-detail .m-recipebox__cont {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 335px);
  }
}

.m-recipebox__rank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
}

.m-recipebox__rank.-rank-1 {
  color: #fff;
  background-image: url(/common/images/icons/rank1.svg);
}

@media only screen and (min-width: 768px), print {
  .m-recipebox__rank.-rank-1 {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox__rank.-rank-1 {
    width: 43px;
    height: 43px;
    font-size: 14.5px;
  }
}

.m-recipebox__rank.-rank-2, .m-recipebox__rank.-rank-3 {
  color: #fff;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox__rank.-rank-2, .m-recipebox__rank.-rank-3 {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox__rank.-rank-2, .m-recipebox__rank.-rank-3 {
    float: left;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-compact .m-recipebox__rank.-rank-2, .m-recipebox.-compact .m-recipebox__rank.-rank-3 {
    float: none;
  }
}

.m-recipebox__rank.-rank-2 {
  background-image: url(/common/images/icons/rank2.svg);
}

.m-recipebox__rank.-rank-3 {
  background-image: url(/common/images/icons/rank3.svg);
}

.m-recipebox__rank.-rank-4 {
  color: #999;
  background-image: url(/common/images/icons/rank.svg);
}

@media only screen and (min-width: 768px), print {
  .m-recipebox__rank.-rank-4 {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox__rank.-rank-4 {
    float: left;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    font-size: 14.5px;
  }
}

.m-recipebox.-compact .m-recipebox__rank {
  background-size: contain;
  font-size: 10px;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-compact .m-recipebox__rank {
    width: 17px;
    height: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-compact .m-recipebox__rank {
    width: 17px;
    height: 17px;
  }
}

.m-recipebox__desc {
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox__desc {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox__desc {
    font-size: 14px;
  }
}

.m-recipebox__user__icon {
  display: inline-block !important;
}

.m-recipebox.-compact .m-recipebox__user__icon {
  vertical-align: middle;
  width: 13px;
  height: auto;
}

.m-recipebox.-detail .m-recipebox__user__icon {
  vertical-align: middle;
}

.m-recipebox__user {
  text-align: right;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .m-recipebox__user {
    display: none;
  }
}

.m-recipebox.-rank-1 .m-recipebox__user {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-1 .m-recipebox__user {
    display: block;
  }
}

.m-recipebox__user a {
  color: #333;
}

.m-recipebox__user a:hover {
  text-decoration: none;
}

.m-recipebox.-compact .m-recipebox__user {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-compact .m-recipebox__user {
    display: block;
  }
}

.m-recipebox.-detail .m-recipebox__user {
  display: block;
}

.m-recipebox__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .m-recipebox__meta {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 30px;
  }
  .m-recipebox.-rank-1 .m-recipebox__meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-recipebox.-detail .m-recipebox__meta {
  position: static;
  height: auto;
}

.m-recipebox__metabox {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px dashed #333;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox__metabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.m-recipebox__date {
  font-weight: 600;
  color: #717071;
  font-size: 10px;
}

.m-recipebox.-rank-1 .m-recipebox__date {
  font-size: 12px;
  display: block;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 10px 0;
}

@media only screen and (min-width: 768px), print {
  .m-recipebox.-rank-1 .m-recipebox__date {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .m-recipebox.-rank-1 .m-recipebox__date {
    text-align: right;
  }
}

.m-recipebox__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-recipebox__item {
  outline: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #F88E12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}

.m-recipebox__item img {
  width: 24px;
  height: 20px;
}

.m-recipebox__item[disabled="disabled"] {
  opacity: 0.2;
}

.m-recipebox__item.is-active {
  background-color: #f88e12;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.m-recipebox__item:focus {
  outline: none;
}

.m-recipebox__sns {
  margin: 30px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-recipebox__sns__item {
  margin-right: 2px;
}

.m-commentbox {
  line-height: 1.2;
  position: relative;
  padding-bottom: 65px;
}

.m-commentbox.-detail {
  padding-bottom: 10px;
}

.m-commentbox__title {
  font-size: 14px;
  padding-left: 15px;
  font-weight: 600;
}

.m-commentbox__title a {
  font-size: 16px;
  color: #FA532B;
  text-decoration: none;
}

.m-commentbox__title a:hover {
  text-decoration: underline;
}

.m-commentbox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-commentbox__desc {
  line-height: 1.5;
  margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
  .m-commentbox__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .m-commentbox__desc {
    font-size: 12px;
  }
}

.m-commentbox__desc a {
  color: #FA532B;
  text-decoration: none;
}

.m-commentbox__desc a:hover {
  text-decoration: underline;
}

.m-commentbox.-detail .m-commentbox__desc {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2;
}

.m-commentbox__thumb {
  min-width: 65px;
  -ms-flex-preferred-size: 65px;
      flex-basis: 65px;
}

.m-commentbox.-rank-1 .m-commentbox__cont {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.m-commentbox.-rank-2 .m-commentbox__cont,
.m-commentbox.-rank-3 .m-commentbox__cont {
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.m-commentbox.-rank-4 .m-commentbox__cont {
  width: calc(100% - 80px);
}

.m-commentbox__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.m-commentbox.-detail .m-commentbox__meta {
  position: static;
}

.m-commentbox__user__icon {
  display: inline-block !important;
}

.m-commentbox__user {
  text-align: right;
  font-size: 14px;
  margin-bottom: 8px;
}

.m-commentbox__user a {
  color: #333;
}

.m-commentbox__user a:hover {
  text-decoration: none;
}

.m-commentbox__date {
  display: block;
  text-align: right;
  font-weight: 600;
  color: #717071;
  font-size: 10px;
}

.m-newslist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
}

@media only screen and (max-width: 767px) {
  .m-newslist ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.m-newslist ul li + li {
  border-top: 1px dashed #ededed;
}

.m-newslist ul li date {
  font-size: 14px;
}

@media only screen and (min-width: 768px), print {
  .m-newslist ul li date {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .m-newslist ul li date {
    padding: 0px 20px;
  }
}

.m-newslist ul li a {
  color: #333;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .m-newslist ul li a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 5px;
  }
}

.m-newslist ul li a:hover {
  text-decoration: none;
}

.m-newslist__label {
  width: 120px;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  white-space: normal;
}

.m-list {
  font-size: 12px;
}

@media only screen and (min-width: 768px), print {
  .m-list {
    line-height: 1.5;
  }
}

.m-list li {
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .m-list li {
    margin: 3px 0;
  }
}

.m-list li a {
  color: inherit;
}

.m-list li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .m-list.-dot li {
    text-indent: -8px;
    padding-left: 20px;
  }
}

.m-list.-dot li:before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.m-list.-circle-orange li {
  text-indent: -7px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .m-list.-circle-orange li {
    text-indent: -8px;
    padding-left: 20px;
  }
}

.m-list.-circle-orange li:before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  color: #F88E12;
}

.m-cat-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.m-cat-list ul li {
  margin: -1px -1px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (min-width: 768px), print {
  .m-cat-list ul li {
    -ms-flex-preferred-size: calc(33.333333% + 0.6666px);
        flex-basis: calc(33.333333% + 0.6666px);
  }
}

@media only screen and (max-width: 767px) {
  .m-cat-list ul li {
    -ms-flex-preferred-size: calc(50% + 0.5px);
        flex-basis: calc(50% + 0.5px);
  }
}

.m-cat-list ul li a {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border: 1px solid #FA532B;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 600;
  display: block;
  color: #FA532B;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.m-cat-list ul li a:hover {
  color: #fff;
  background-color: #FA532B;
}

.m-cat-list ul li a img {
  vertical-align: middle;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .m-cat-list ul li a img {
    height: 30px;
    width: auto;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .m-cat-list ul li a img {
    height: 22px;
    width: auto;
    margin-right: 10px;
  }
}

.m-cat-list.-with-img ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

@media only screen and (min-width: 768px), print {
  .m-cat-list.-with-img ul li a {
    padding: 15px 15px 15px 35px;
  }
}

.m-formset.-type-01 {
  margin: 5px 0 30px;
  font-size: 14px;
}

.m-formset.-type-02 {
  margin: 0px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-formset.-type-02 .m-formset__elmt.-e01 > * {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-02 .m-formset__elmt.-e01 {
    width: 492px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-02 .m-formset__elmt.-e01 {
    width: calc(100% - 80px);
    padding-right: 8px;
  }
}

.m-formset.-type-02 .m-formset__elmt.-e02 > * {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-02 .m-formset__elmt.-e02 {
    width: 175px;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-02 .m-formset__elmt.-e02 {
    width: 80px;
  }
}

.m-formset.-type-03 {
  border-bottom: 3px solid #333;
  padding: 0px 0px 5px;
  text-align: right;
  font-size: 12px;
}

.m-formset.-type-03 label {
  margin-right: 10px;
}

.m-formset.-type-04, .m-formset.-type-04s, .m-formset.-type-04i, .m-formset.-type-04m, .m-formset.-type-04x {
  margin: 0px 0 30px;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04, .m-formset.-type-04s, .m-formset.-type-04i, .m-formset.-type-04m, .m-formset.-type-04x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-formset.-type-04 label, .m-formset.-type-04s label, .m-formset.-type-04i label, .m-formset.-type-04m label, .m-formset.-type-04x label {
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04 label, .m-formset.-type-04s label, .m-formset.-type-04i label, .m-formset.-type-04m label, .m-formset.-type-04x label {
    width: calc(100% - 490px);
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04 label, .m-formset.-type-04s label, .m-formset.-type-04i label, .m-formset.-type-04m label, .m-formset.-type-04x label {
    margin-bottom: 3px;
  }
}

.m-formset.-type-04 label small, .m-formset.-type-04s label small, .m-formset.-type-04i label small, .m-formset.-type-04m label small, .m-formset.-type-04x label small {
  font-weight: 300;
  font-size: 12px;
}

.m-formset.-type-04 .m-formset__elmt, .m-formset.-type-04s .m-formset__elmt, .m-formset.-type-04i .m-formset__elmt, .m-formset.-type-04m .m-formset__elmt, .m-formset.-type-04x .m-formset__elmt {
  font-size: 14px;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04 .m-formset__elmt, .m-formset.-type-04s .m-formset__elmt, .m-formset.-type-04i .m-formset__elmt, .m-formset.-type-04m .m-formset__elmt, .m-formset.-type-04x .m-formset__elmt {
    width: 483px;
  }
}

.m-formset.-type-04 .m-formset__elmt input[type="text"], .m-formset.-type-04s .m-formset__elmt input[type="text"], .m-formset.-type-04i .m-formset__elmt input[type="text"], .m-formset.-type-04m .m-formset__elmt input[type="text"], .m-formset.-type-04x .m-formset__elmt input[type="text"] {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04s .m-formset__elmt {
    width: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04s .m-formset__elmt {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

.m-formset.-type-04s .m-formset__suffix {
  font-weight: 600;
  padding-left: 10px;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04s .m-formset__suffix {
    width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04s .m-formset__suffix {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-formset.-type-04s label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04i label {
    width: 85px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04i .m-formset__elmt.-e01 {
    width: 216px;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04i .m-formset__elmt.-e01 {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04i .m-formset__elmt.-e02 {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04i .m-formset__elmt.-e02 {
    width: calc(100% - 170px);
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #EFEFEF;
  }
  .m-formset.-type-04i label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04m label {
    width: calc(100% - 370px);
  }
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04m .m-formset__elmt {
    width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04m .m-formset__elmt {
    width: 100%;
    margin-bottom: 12px;
  }
}

.m-formset.-type-04x {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04x .m-formset__elmt {
    width: 562px;
  }
}

.m-formset.-type-04x .m-formset__group.-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04x .m-formset__group.-lv2 .m-formset__elmt {
    width: 426px;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04x .m-formset__group.-lv2 .m-formset__elmt {
    width: 100%;
  }
}

.m-formset.-type-04x .m-formset__group .m-formset__elmt {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-04x {
    border-bottom: 1px dashed #EFEFEF;
    padding-bottom: 80px;
  }
  .m-formset.-type-04x .m-formset__buttons {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
  }
}

.m-formset.-type-05 {
  margin: 0 0  20px;
}

.m-formset.-type-05 .m-formset__elmt {
  margin: 5px 0 0;
}

.m-formset.-type-06 {
  font-size: 14px;
  text-align: center;
}

.m-formset.-type-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-align: center;
}

.m-formset.-type-06 label {
  font-weight: 600;
  font-size: 16px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-07 button:last-child {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .m-formset.-type-07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-formset.-type-07 button:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-formset.-type-07 button:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.m-formset__buttons {
  text-align: right;
}

@media only screen and (min-width: 768px), print {
  .m-formset.-type-04i .m-formset__buttons {
    width: 150px;
  }
  .m-formset.-type-04x .m-formset__buttons {
    width: 135px;
  }
}

.m-formset__required {
  font-weight: 600;
  color: #FA532B;
  font-size: 12px;
  margin-left: 5px;
}

.m-formset__radio-elmt {
  padding: 5px 15px;
  font-size: 18px;
}

.m-scores {
  white-space: nowrap;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .m-scores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-scores.-rank-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
}

.m-scores.-type-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .m-scores.-type-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
}

.m-scores__score {
  white-space: nowrap;
  font-weight: 600;
  margin-left: 4px;
  font-size: 10px;
  color: #717171;
  display: inline-block;
}

.m-scores.-rank-1 .m-scores__score {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .m-scores.-rank-1 .m-scores__score {
    margin: 0px 7px;
  }
}

.m-scores__score:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -0.1em;
}

.m-scores.-type-02 .m-scores__score {
  font-size: 12px;
  line-height: 21px;
}

.m-scores.-type-02 .m-scores__score:before {
  width: 24px;
  height: 20px;
  top: -0.2em;
}

.m-scores.-type-02 .m-scores__score .m-scores__score {
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .m-scores.-type-03 .m-scores__score {
    font-size: 12px;
    line-height: 22px;
  }
  .m-scores.-type-03 .m-scores__score:before {
    width: 28px;
    height: 22px;
  }
}

.m-scores__score.-view:before {
  background-image: url(/common/images/icons/eye.svg);
}

.m-scores__score.-star:before {
  background-image: url(/common/images/icons/star.svg);
}

.m-scores__score.-like:before {
  background-image: url(/common/images/icons/good.svg);
}

.m-pager {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px), print {
  .m-pager {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .m-pager {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.m-pager__count {
  text-align: center;
  font-weight: 600;
}

@media only screen and (min-width: 768px), print {
  .m-pager__count {
    font-size: 12px;
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .m-pager__count {
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.m-pager__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px), print {
  .m-pager__list {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .m-pager__list {
    margin: 11px auto;
  }
  .m-pager__list.-backward {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 11px 0;
  }
  .m-pager__list.-forward {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 11px 0;
  }
  .m-pager__list.-numbers {
    display: none;
  }
}

.m-pager__item {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .m-pager__item.-sp-hide {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .m-pager__item {
    padding: 5px;
  }
}

.m-pager__item span, .m-pager__item a {
  font-weight: 600;
  display: block;
  padding: 2px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  color: #333;
}

.m-pager__list.-backward .m-pager__item span, .m-pager__list.-backward .m-pager__item a {
  background-position: 10px center;
  padding-left: 10px;
}

.m-pager__list.-forward .m-pager__item span, .m-pager__list.-forward .m-pager__item a {
  background-position: right 10px center;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .m-pager__item span, .m-pager__item a {
    padding: 10px;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #ccc;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
  }
}

.m-pager__item a {
  color: #F88E12;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.m-pager__item a:hover {
  background-color: #fff;
}

.m-pager__item a:active {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .m-pager__item a {
    background-color: #F88E12;
    color: #fff;
  }
}

.m-pager__item span {
  white-space: nowrap;
}

.m-pager__item.-current > * {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .m-pager__item.-first {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .m-pager__item.-last {
    display: none;
  }
}

.m-recipe-info {
  border: 1px solid #333;
  padding: 10px 20px;
}

.m-recipe-info__table {
  width: 100%;
  font-size: 14px;
}

.m-recipe-info__table th, .m-recipe-info__table td {
  padding: 8px 0;
}

.m-recipe-info__table th {
  font-weight: 600;
  text-align: left;
}

.m-recipe-info__table td {
  text-align: right;
}

.m-recipe-info__table tr:first-child th, .m-recipe-info__table tr:first-child td {
  border-bottom: 1px dashed #333;
}

.m-ingredients {
  width: 100%;
  font-size: 12px;
}

.m-ingredients th, .m-ingredients td {
  padding: 9px 0;
  border-bottom: 1px dashed #333;
}

.m-ingredients th {
  text-align: left;
}

.m-ingredients td {
  text-align: right;
}

.m-instructions {
  margin-top: 10px;
}

.m-instructions__item + .m-instructions__item {
  margin-top: 30px;
}

.m-instructions__heading {
  font-weight: 600;
  color: #F88E12;
}

.m-instructions__num {
  margin-right: 5px;
  font-size: 20px;
}

.m-instructions__img {
  margin: 10px 0;
}

.m-instructions__desc {
  font-size: 14px;
  line-height: 2;
}

.m-recipe-point {
  padding: 15px 22px;
  background-color: #FFF9F6;
}

.m-recipe-point__heading {
  font-size: 20px;
  font-weight: 600;
}

.m-recipe-point__heading:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: "\f0a4";
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

.m-recipe-point__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}

.m-comment-input.-comment {
  margin-top: 10px;
}

.m-comment-input__text {
  margin-top: 10px;
}

.m-comment-input__bottom {
  display: block;
  text-align: right;
}

.m-comment-input__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.m-comment-input__file__input {
  width: 220px;
}

.m-comment-input__em {
  margin: 0 5px;
  font-size: 14px;
  color: #FA532B;
}

@media only screen and (min-width: 768px), print {
  .m-myinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px), print {
  .m-myinfo__main {
    width: 524px;
  }
}

@media only screen and (min-width: 768px), print {
  .m-myinfo__thumb {
    width: 136px;
  }
}

@media only screen and (max-width: 767px) {
  .m-myinfo__thumb {
    display: none;
  }
}

.m-myinfo__change-name {
  margin-top: 20px;
  text-align: right;
}

.m-myinfo__scores {
  margin-top: 30px;
}

@media only screen and (min-width: 768px), print {
  .m-myinfo__scores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0px;
    margin-right: -20px;
  }
}

.m-myinfo__score {
  margin: 8px 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px), print {
  .m-myinfo__score {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-myinfo__score__label {
  font-size: 12px;
}

.m-myinfo__score__label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.m-myinfo__score.-view .m-myinfo__score__label:before {
  background-image: url(/common/images/icons/eye_mandarin.svg);
}

.m-myinfo__score.-joto .m-myinfo__score__label:before {
  background-image: url(/common/images/icons/good_mandarin.svg);
}

.m-myinfo__score.-comment .m-myinfo__score__label:before {
  background-image: url(/common/images/icons/comment_mandarin.svg);
}

.m-myinfo__score.-report .m-myinfo__score__label:before {
  background-image: url(/common/images/icons/report_mandarin.svg);
}

.m-myinfo__score.-fav .m-myinfo__score__label:before {
  background-image: url(/common/images/icons/love_mandarin.svg);
}

.m-myinfo__score__number {
  font-size: 12px;
  color: #F88E12;
}

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

Organisms

====================================*/
.o-kv {
  width: 100%;
  text-align: center;
}

.o-kv .slick-slide div {
  vertical-align: middle;
}

.o-kv a {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: block;
  max-width: 1400px;
}

@media (max-width: 1400px) {
  .o-kv a {
    max-width: 100vw;
  }
}

.o-kv a img {
  vertical-align: middle;
}

.o-content {
  position: relative;
  z-index: 100;
  font-family: "Hannari", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media only screen and (min-width: 768px), print {
  .o-content {
    margin-top: 35.4vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1110px) {
  .o-content {
    margin-top: 56vw;
  }
}

@media only screen and (max-width: 767px) {
  .o-content {
    margin-top: 85vw;
  }
}

.o-content:before {
  display: block;
  content: "";
  width: 100%;
  height: 30vw;
  background-image: url(/common/images/bg_kv.png);
  background-size: contain;
}

.o-content__main {
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .o-content__main {
    margin-top: -30px;
    padding-top: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__main {
    margin-top: -10px;
    padding-top: 50px;
  }
}

.o-content__cv a {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.o-content__cv a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px), print {
  .o-content__cv a {
    width: 748px;
    padding: 29px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__cv a {
    padding: 9px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-content__cv a img {
    width: 355px;
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__cv a img {
    width: 177px;
    height: 13px;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 768px), print {
  .o-content__cv.-pink {
    margin-bottom: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__cv.-pink {
    margin-bottom: 50px;
  }
}

.o-content__cv.-pink a {
  background-color: #e15772;
}

@media only screen and (min-width: 768px), print {
  .o-content__cv.-red {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__cv.-red {
    margin-bottom: 25px;
  }
}

.o-content__cv.-red a {
  background-color: #ab0d26;
}

@media only screen and (max-width: 767px) {
  .o-content__map-box {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__map {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.o-content__bottom {
  margin-top: 45px;
}

@media only screen and (min-width: 768px), print {
  .o-content__bottom {
    margin-bottom: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__bottom {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-content__address {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__address {
    font-size: 14px;
    text-align: center;
  }
}

.o-content__address p + p {
  margin-top: 15px;
}

.o-content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px), print {
  .o-content__sns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__sns {
    margin-bottom: 50px;
    padding: 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.o-content__sns a {
  display: block;
  margin: 0 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.o-content__sns a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px), print {
  .o-content__sns a img {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__sns a img {
    width: 50px;
  }
}

.o-content__footer {
  border-top: 1px solid #241716;
  line-height: 1.5;
}

@media only screen and (min-width: 768px), print {
  .o-content__footer {
    padding: 30px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .o-content__footer {
    margin: 0 15px;
    padding: 15px 15px 45px;
  }
}

/* グリッド */
.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-grid.-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.o-grid.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-grid.-inner-stretch .o-grid__cell {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.o-grid.-inner-stretch .o-grid__cell > * {
  max-width: 100%;
  min-width: 100%;
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-block {
    display: block;
  }
  .o-grid.-sp-block.-inner-stretch .o-grid__cell {
    display: block;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-2col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-2col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid.-pc-2col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-2col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-2col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .o-grid.-sp-2col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-3col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-3col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o-grid.-pc-3col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o-grid.-pc-3col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-3col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-3col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .o-grid.-sp-3col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .o-grid.-sp-3col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-4col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-4col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid.-pc-4col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid.-pc-4col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid.-pc-4col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-4col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-4col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .o-grid.-sp-4col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .o-grid.-sp-4col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .o-grid.-sp-4col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-5col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-5col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o-grid.-pc-5col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .o-grid.-pc-5col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  .o-grid.-pc-5col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  .o-grid.-pc-5col .o-grid__cell.-pc-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-5col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-5col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .o-grid.-sp-5col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .o-grid.-sp-5col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .o-grid.-sp-5col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .o-grid.-sp-5col .o-grid__cell.-sp-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-6col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-6col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o-grid.-pc-6col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o-grid.-pc-6col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid.-pc-6col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o-grid.-pc-6col .o-grid__cell.-pc-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o-grid.-pc-6col .o-grid__cell.-pc-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-6col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-6col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .o-grid.-sp-6col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .o-grid.-sp-6col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .o-grid.-sp-6col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .o-grid.-sp-6col .o-grid__cell.-sp-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .o-grid.-sp-6col .o-grid__cell.-sp-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-7col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-7col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  .o-grid.-pc-7col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
        flex-basis: 28.57143%;
    max-width: 28.57143%;
  }
  .o-grid.-pc-7col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
        flex-basis: 42.85714%;
    max-width: 42.85714%;
  }
  .o-grid.-pc-7col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
        flex-basis: 57.14286%;
    max-width: 57.14286%;
  }
  .o-grid.-pc-7col .o-grid__cell.-pc-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
        flex-basis: 71.42857%;
    max-width: 71.42857%;
  }
  .o-grid.-pc-7col .o-grid__cell.-pc-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
    max-width: 85.71429%;
  }
  .o-grid.-pc-7col .o-grid__cell.-pc-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-7col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-7col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
  }
  .o-grid.-sp-7col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
    max-width: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
        flex-basis: 28.57143%;
  }
  .o-grid.-sp-7col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
    max-width: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
        flex-basis: 42.85714%;
  }
  .o-grid.-sp-7col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
    max-width: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
        flex-basis: 57.14286%;
  }
  .o-grid.-sp-7col .o-grid__cell.-sp-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
    max-width: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
        flex-basis: 71.42857%;
  }
  .o-grid.-sp-7col .o-grid__cell.-sp-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
    max-width: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
        flex-basis: 85.71429%;
  }
  .o-grid.-sp-7col .o-grid__cell.-sp-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-8col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-8col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .o-grid.-pc-8col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid.-pc-8col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .o-grid.-pc-8col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid.-pc-8col .o-grid__cell.-pc-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .o-grid.-pc-8col .o-grid__cell.-pc-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid.-pc-8col .o-grid__cell.-pc-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .o-grid.-pc-8col .o-grid__cell.-pc-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-8col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-8col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
  }
  .o-grid.-sp-8col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .o-grid.-sp-8col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
  }
  .o-grid.-sp-8col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .o-grid.-sp-8col .o-grid__cell.-sp-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
  }
  .o-grid.-sp-8col .o-grid__cell.-sp-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .o-grid.-sp-8col .o-grid__cell.-sp-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
  }
  .o-grid.-sp-8col .o-grid__cell.-sp-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-9col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-9col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  .o-grid.-pc-9col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
    max-width: 22.22222%;
  }
  .o-grid.-pc-9col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o-grid.-pc-9col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
    -ms-flex-preferred-size: 44.44444%;
        flex-basis: 44.44444%;
    max-width: 44.44444%;
  }
  .o-grid.-pc-9col .o-grid__cell.-pc-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
    -ms-flex-preferred-size: 55.55556%;
        flex-basis: 55.55556%;
    max-width: 55.55556%;
  }
  .o-grid.-pc-9col .o-grid__cell.-pc-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o-grid.-pc-9col .o-grid__cell.-pc-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
    -ms-flex-preferred-size: 77.77778%;
        flex-basis: 77.77778%;
    max-width: 77.77778%;
  }
  .o-grid.-pc-9col .o-grid__cell.-pc-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
    -ms-flex-preferred-size: 88.88889%;
        flex-basis: 88.88889%;
    max-width: 88.88889%;
  }
  .o-grid.-pc-9col .o-grid__cell.-pc-colspan9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-9col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-9col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
  }
  .o-grid.-sp-9col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
    max-width: 22.22222%;
    -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
  }
  .o-grid.-sp-9col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .o-grid.-sp-9col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
    max-width: 44.44444%;
    -ms-flex-preferred-size: 44.44444%;
        flex-basis: 44.44444%;
  }
  .o-grid.-sp-9col .o-grid__cell.-sp-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
    max-width: 55.55556%;
    -ms-flex-preferred-size: 55.55556%;
        flex-basis: 55.55556%;
  }
  .o-grid.-sp-9col .o-grid__cell.-sp-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .o-grid.-sp-9col .o-grid__cell.-sp-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
    max-width: 77.77778%;
    -ms-flex-preferred-size: 77.77778%;
        flex-basis: 77.77778%;
  }
  .o-grid.-sp-9col .o-grid__cell.-sp-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
    max-width: 88.88889%;
    -ms-flex-preferred-size: 88.88889%;
        flex-basis: 88.88889%;
  }
  .o-grid.-sp-9col .o-grid__cell.-sp-colspan9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-10col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-10col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  .o-grid.-pc-10col .o-grid__cell.-pc-colspan10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-10col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-10col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
  .o-grid.-sp-10col .o-grid__cell.-sp-colspan10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-11col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-11col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
    -ms-flex-preferred-size: 18.18182%;
        flex-basis: 18.18182%;
    max-width: 18.18182%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
    -ms-flex-preferred-size: 27.27273%;
        flex-basis: 27.27273%;
    max-width: 27.27273%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
    -ms-flex-preferred-size: 36.36364%;
        flex-basis: 36.36364%;
    max-width: 36.36364%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
    -ms-flex-preferred-size: 45.45455%;
        flex-basis: 45.45455%;
    max-width: 45.45455%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
    -ms-flex-preferred-size: 54.54545%;
        flex-basis: 54.54545%;
    max-width: 54.54545%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
    -ms-flex-preferred-size: 63.63636%;
        flex-basis: 63.63636%;
    max-width: 63.63636%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
    -ms-flex-preferred-size: 72.72727%;
        flex-basis: 72.72727%;
    max-width: 72.72727%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
    -ms-flex-preferred-size: 81.81818%;
        flex-basis: 81.81818%;
    max-width: 81.81818%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
    -ms-flex-preferred-size: 90.90909%;
        flex-basis: 90.90909%;
    max-width: 90.90909%;
  }
  .o-grid.-pc-11col .o-grid__cell.-pc-colspan11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-11col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-11col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
    max-width: 9.09091%;
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
    max-width: 18.18182%;
    -ms-flex-preferred-size: 18.18182%;
        flex-basis: 18.18182%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
    max-width: 27.27273%;
    -ms-flex-preferred-size: 27.27273%;
        flex-basis: 27.27273%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
    max-width: 36.36364%;
    -ms-flex-preferred-size: 36.36364%;
        flex-basis: 36.36364%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
    max-width: 45.45455%;
    -ms-flex-preferred-size: 45.45455%;
        flex-basis: 45.45455%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
    max-width: 54.54545%;
    -ms-flex-preferred-size: 54.54545%;
        flex-basis: 54.54545%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
    max-width: 63.63636%;
    -ms-flex-preferred-size: 63.63636%;
        flex-basis: 63.63636%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
    max-width: 72.72727%;
    -ms-flex-preferred-size: 72.72727%;
        flex-basis: 72.72727%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
    max-width: 81.81818%;
    -ms-flex-preferred-size: 81.81818%;
        flex-basis: 81.81818%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
    max-width: 90.90909%;
    -ms-flex-preferred-size: 90.90909%;
        flex-basis: 90.90909%;
  }
  .o-grid.-sp-11col .o-grid__cell.-sp-colspan11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-12col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-pc-12col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .o-grid.-pc-12col .o-grid__cell.-pc-colspan12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-12col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid.-sp-12col .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .o-grid.-sp-12col .o-grid__cell.-sp-colspan12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .o-grid.-pc-h-int2 .o-grid__cell {
    padding-left: 1px;
    padding-right: 1px;
  }
  .o-grid.-pc-v-int2 .o-grid__cell {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .o-grid.-sp-h-int2 .o-grid__cell {
    padding-left: 1px;
    padding-right: 1px;
  }
  .o-grid.-sp-v-int2 .o-grid__cell {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .o-grid.-pc-h-int4 .o-grid__cell {
    padding-left: 2px;
    padding-right: 2px;
  }
  .o-grid.-pc-v-int4 .o-grid__cell {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .o-grid.-sp-h-int4 .o-grid__cell {
    padding-left: 2px;
    padding-right: 2px;
  }
  .o-grid.-sp-v-int4 .o-grid__cell {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .o-grid.-pc-h-int6 .o-grid__cell {
    padding-left: 3px;
    padding-right: 3px;
  }
  .o-grid.-pc-v-int6 .o-grid__cell {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .o-grid.-sp-h-int6 .o-grid__cell {
    padding-left: 3px;
    padding-right: 3px;
  }
  .o-grid.-sp-v-int6 .o-grid__cell {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .o-grid.-pc-h-int8 .o-grid__cell {
    padding-left: 4px;
    padding-right: 4px;
  }
  .o-grid.-pc-v-int8 .o-grid__cell {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .o-grid.-sp-h-int8 .o-grid__cell {
    padding-left: 4px;
    padding-right: 4px;
  }
  .o-grid.-sp-v-int8 .o-grid__cell {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .o-grid.-pc-h-int10 .o-grid__cell {
    padding-left: 5px;
    padding-right: 5px;
  }
  .o-grid.-pc-v-int10 .o-grid__cell {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .o-grid.-sp-h-int10 .o-grid__cell {
    padding-left: 5px;
    padding-right: 5px;
  }
  .o-grid.-sp-v-int10 .o-grid__cell {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .o-grid.-pc-h-int12 .o-grid__cell {
    padding-left: 6px;
    padding-right: 6px;
  }
  .o-grid.-pc-v-int12 .o-grid__cell {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .o-grid.-sp-h-int12 .o-grid__cell {
    padding-left: 6px;
    padding-right: 6px;
  }
  .o-grid.-sp-v-int12 .o-grid__cell {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .o-grid.-pc-h-int14 .o-grid__cell {
    padding-left: 7px;
    padding-right: 7px;
  }
  .o-grid.-pc-v-int14 .o-grid__cell {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .o-grid.-sp-h-int14 .o-grid__cell {
    padding-left: 7px;
    padding-right: 7px;
  }
  .o-grid.-sp-v-int14 .o-grid__cell {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .o-grid.-pc-h-int16 .o-grid__cell {
    padding-left: 8px;
    padding-right: 8px;
  }
  .o-grid.-pc-v-int16 .o-grid__cell {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .o-grid.-sp-h-int16 .o-grid__cell {
    padding-left: 8px;
    padding-right: 8px;
  }
  .o-grid.-sp-v-int16 .o-grid__cell {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .o-grid.-pc-h-int18 .o-grid__cell {
    padding-left: 9px;
    padding-right: 9px;
  }
  .o-grid.-pc-v-int18 .o-grid__cell {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .o-grid.-sp-h-int18 .o-grid__cell {
    padding-left: 9px;
    padding-right: 9px;
  }
  .o-grid.-sp-v-int18 .o-grid__cell {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .o-grid.-pc-h-int20 .o-grid__cell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .o-grid.-pc-v-int20 .o-grid__cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .o-grid.-sp-h-int20 .o-grid__cell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .o-grid.-sp-v-int20 .o-grid__cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int22 {
    margin-left: -11px;
    margin-right: -11px;
  }
  .o-grid.-pc-h-int22 .o-grid__cell {
    padding-left: 11px;
    padding-right: 11px;
  }
  .o-grid.-pc-v-int22 .o-grid__cell {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int22 {
    margin-left: -11px;
    margin-right: -11px;
  }
  .o-grid.-sp-h-int22 .o-grid__cell {
    padding-left: 11px;
    padding-right: 11px;
  }
  .o-grid.-sp-v-int22 .o-grid__cell {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int24 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .o-grid.-pc-h-int24 .o-grid__cell {
    padding-left: 12px;
    padding-right: 12px;
  }
  .o-grid.-pc-v-int24 .o-grid__cell {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int24 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .o-grid.-sp-h-int24 .o-grid__cell {
    padding-left: 12px;
    padding-right: 12px;
  }
  .o-grid.-sp-v-int24 .o-grid__cell {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int26 {
    margin-left: -13px;
    margin-right: -13px;
  }
  .o-grid.-pc-h-int26 .o-grid__cell {
    padding-left: 13px;
    padding-right: 13px;
  }
  .o-grid.-pc-v-int26 .o-grid__cell {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int26 {
    margin-left: -13px;
    margin-right: -13px;
  }
  .o-grid.-sp-h-int26 .o-grid__cell {
    padding-left: 13px;
    padding-right: 13px;
  }
  .o-grid.-sp-v-int26 .o-grid__cell {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int28 {
    margin-left: -14px;
    margin-right: -14px;
  }
  .o-grid.-pc-h-int28 .o-grid__cell {
    padding-left: 14px;
    padding-right: 14px;
  }
  .o-grid.-pc-v-int28 .o-grid__cell {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int28 {
    margin-left: -14px;
    margin-right: -14px;
  }
  .o-grid.-sp-h-int28 .o-grid__cell {
    padding-left: 14px;
    padding-right: 14px;
  }
  .o-grid.-sp-v-int28 .o-grid__cell {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .o-grid.-pc-h-int30 .o-grid__cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-grid.-pc-v-int30 .o-grid__cell {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .o-grid.-sp-h-int30 .o-grid__cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-grid.-sp-v-int30 .o-grid__cell {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int32 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .o-grid.-pc-h-int32 .o-grid__cell {
    padding-left: 16px;
    padding-right: 16px;
  }
  .o-grid.-pc-v-int32 .o-grid__cell {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int32 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .o-grid.-sp-h-int32 .o-grid__cell {
    padding-left: 16px;
    padding-right: 16px;
  }
  .o-grid.-sp-v-int32 .o-grid__cell {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int34 {
    margin-left: -17px;
    margin-right: -17px;
  }
  .o-grid.-pc-h-int34 .o-grid__cell {
    padding-left: 17px;
    padding-right: 17px;
  }
  .o-grid.-pc-v-int34 .o-grid__cell {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int34 {
    margin-left: -17px;
    margin-right: -17px;
  }
  .o-grid.-sp-h-int34 .o-grid__cell {
    padding-left: 17px;
    padding-right: 17px;
  }
  .o-grid.-sp-v-int34 .o-grid__cell {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int36 {
    margin-left: -18px;
    margin-right: -18px;
  }
  .o-grid.-pc-h-int36 .o-grid__cell {
    padding-left: 18px;
    padding-right: 18px;
  }
  .o-grid.-pc-v-int36 .o-grid__cell {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int36 {
    margin-left: -18px;
    margin-right: -18px;
  }
  .o-grid.-sp-h-int36 .o-grid__cell {
    padding-left: 18px;
    padding-right: 18px;
  }
  .o-grid.-sp-v-int36 .o-grid__cell {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int38 {
    margin-left: -19px;
    margin-right: -19px;
  }
  .o-grid.-pc-h-int38 .o-grid__cell {
    padding-left: 19px;
    padding-right: 19px;
  }
  .o-grid.-pc-v-int38 .o-grid__cell {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int38 {
    margin-left: -19px;
    margin-right: -19px;
  }
  .o-grid.-sp-h-int38 .o-grid__cell {
    padding-left: 19px;
    padding-right: 19px;
  }
  .o-grid.-sp-v-int38 .o-grid__cell {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-grid.-pc-h-int40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .o-grid.-pc-h-int40 .o-grid__cell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .o-grid.-pc-v-int40 .o-grid__cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-h-int40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .o-grid.-sp-h-int40 .o-grid__cell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .o-grid.-sp-v-int40 .o-grid__cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .o-grid.-sp-border {
    border: 1px solid #e2e4ea;
  }
}

@media only screen and (min-width: 768px), print {
  .o-tab {
    padding: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .o-tab {
    padding: 15px 0 0;
  }
}

.o-tab__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px), print {
  .o-tab__inner {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .o-tab__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px -8px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-tab__item {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .o-tab__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    padding: 8px;
  }
}

.o-tab__item a {
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Gothic ProN", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px), print {
  .o-tab__item a {
    background-color: #CCCCCC;
    border-radius: 16px 16px 0 0;
    padding: 15px 50px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .o-tab__item a {
    border: 4px solid #fff;
    border-radius: 10px;
    padding: 5px;
  }
}

.o-tab__item a:hover {
  opacity: 0.7;
}

.o-tab__item a.is-active {
  background-color: #fff;
  color: #FA532B;
}

.o-tab__item .fa {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .o-tab__item .fa {
    display: none;
  }
}

.o-tab__panel {
  display: none;
  background-color: #fff;
}

.o-tab__panel.is-active {
  display: block;
}

@media only screen and (min-width: 768px), print {
  .o-tab__panel {
    border-radius: 16px;
    padding: 30px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .o-tab__panel {
    border-radius: 16px;
    padding: 15px 15px;
  }
}

.o-box {
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .o-box {
    border-radius: 16px;
    padding: 30px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .o-box {
    border-radius: 16px;
    padding: 15px 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px dashed #333;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-help__categories {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .o-help__categories {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .o-help__main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 180px);
  }
}

@media only screen and (min-width: 768px), print {
  .o-help__unit {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .o-help__unit {
    margin: 30px 0;
  }
}

.o-help__categories-sp {
  margin-top: 20px;
}

@media only screen and (min-width: 768px), print {
  .o-news__select {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .o-news__select {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-news__select__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-news__select__heading {
  margin-right: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .o-news__select__heading {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media only screen and (max-width: 767px) {
  .o-news__select__heading {
    margin: 15px 0;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-news__select__item.-category .o-news__select__heading {
    width: 90px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-news__select__item.-year .o-news__select__heading {
    width: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-news__select__item.-category .o-news__select__form {
    width: calc(100% - 90px);
  }
}

@media only screen and (min-width: 768px), print {
  .o-news__select__item.-year .o-news__select__form {
    width: calc(100% - 40px);
  }
}

.o-news__article {
  border-bottom: 1px dashed #333;
}

@media only screen and (min-width: 768px), print {
  .o-news__article {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .o-news__article {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .o-news__article:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .o-news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.o-news__date {
  font-size: 12px;
  color: #717071;
}

@media only screen and (max-width: 767px) {
  .o-news__date {
    text-align: right;
  }
}

.o-news__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-news__sns__item {
  margin-right: 2px;
}

.o-news__sns__item * {
  vertical-align: bottom;
}

@media only screen and (min-width: 768px), print {
  .o-news__content {
    border-bottom: 1px dashed #333;
    padding: 45px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .o-news__content {
    padding: 20px 0;
  }
}

.o-news__content .heading {
  margin: 30px 0 15px;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (min-width: 768px), print {
  .o-news__content .image {
    margin: 0 70px;
  }
}

.o-news__bottm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px), print {
  .o-news__bottm {
    padding: 15px 0 130px;
  }
  .o-news__bottm > *:first-child {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .o-news__bottm {
    padding: 30px 0 80px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-recipe-detail__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px), print {
  .o-recipe-detail__ingredients {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 280px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-recipe-detail__instructions {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 335px);
  }
}

@media only screen and (max-width: 767px) {
  .o-recipe-detail__instructions {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-recipe-detail__comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-recipe-detail__report {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .o-recipe-detail__report {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  .o-recipe-detail__comment {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .o-recipe-detail__comment {
    margin-top: 50px;
  }
}

.o-recipe-detail__point {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .o-recipe-detail__database {
    margin-top: 50px;
  }
}

.o-recipe-detail__database__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -10px;
}

.o-recipe-detail__database__item {
  margin: 10px;
}

.o-recipe-detail__database__item > * {
  margin-left: 15px;
}

.o-recipe-detail__database__item > *:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px), print {
  .o-recipe-detail__others {
    margin-top: 30px;
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .o-recipe-detail__others {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.o-webpage {
  margin-top: 30px;
}

.o-webpage h2, .o-webpage h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.o-webpage p {
  font-size: 14px;
  margin: 10px 0 20px;
}

.o-webpage a {
  color: #333;
}

.o-webpage a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .o-webpage__flex.-type-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-webpage__flex.-type-01 > *:first-child {
  padding-top: 10px;
}

@media only screen and (min-width: 768px), print {
  .o-webpage__flex.-type-01 > *:first-child {
    min-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .o-webpage__flex.-type-01 > *:first-child img {
    width: 90px;
  }
}

.o-webpage__flex.-type-02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.o-webpage__flex.-type-02 > * {
  width: 220px;
  padding-top: 20px;
}

.o-webpage__legacy-01 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  .o-webpage__legacy-01 {
    width: 680px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    position: relative;
    margin-bottom: -200px;
  }
}

.o-webpage__legacy-01 h3 {
  margin: 0;
}

.o-webpage__legacy-01 .clear {
  zoom: 1;
}

.o-webpage__legacy-01 .clear:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.o-webpage__legacy-01 #h3Block01 {
  font-size: 117%;
  margin: 24px 0 10px;
}

.o-webpage__legacy-01 #h3Block01 img {
  float: right;
  width: 179px;
}

.o-webpage__legacy-01 #h3Block02 {
  border: 1px solid #a4bb54;
  width: 678px;
  padding-bottom: 13px;
  margin-bottom: 20px;
}

.o-webpage__legacy-01 .text01 {
  width: 515px;
  float: left;
}

.o-webpage__legacy-01 .infoBlock01 {
  width: 266px;
  background: url(/img/introduction/introduction_bg_001.gif);
  padding: 8px  22px 13px;
}

.o-webpage__legacy-01 .infoBlock01outer {
  float: left;
  width: 310px;
  margin: 13px 0 0 22px;
}

.o-webpage__legacy-01 .infoBox01 {
  width: 267px;
  margin-bottom: 20px;
}

.o-webpage__legacy-01 .infoBox01 dt {
  float: left;
  width: 68px;
}

.o-webpage__legacy-01 .infoBox01 dd {
  float: right;
  width: 199px;
}

.o-webpage__legacy-01 .lastBox {
  margin: 0;
}

.o-webpage__legacy-01 #textBlock01 h3 {
  font-size: 133%;
  color: #668800;
  font-weight: bold;
  margin-bottom: 7px;
}

.o-webpage__legacy-01 #textBlock01 dt {
  font-size: 133%;
  color: #444488;
  font-weight: bold;
}

.o-webpage__legacy-01 #textBlock01 dd {
  font-size: 117%;
  margin-bottom: 15px;
}

.o-webpage__legacy-01 #infoBox02 {
  background: url(../img/introduction/introduction_bg_002.jpg) no-repeat top;
  padding: 22px 10px 20px 254px;
  margin-bottom: 10px;
}

.o-webpage__legacy-01 #infoBox02 ul {
  margin-top: 16px;
  margin-left: 18px;
}

.o-webpage__legacy-01 #infoBox02 li {
  margin-bottom: 10px;
  list-style: disc;
}

.o-webpage__legacy-01 .text02 {
  margin-left: 18px;
}

.o-webpage__legacy-01 #bunnerBox {
  float: left;
  width: 290px;
}

.o-webpage__legacy-01 #bunnerBox li {
  margin-bottom: 10px;
}

.o-webpage__legacy-01 #infobox03 {
  float: right;
  width: 380px;
  border: 1px solid #bbbbbb;
  padding: 10px;
}

.o-webpage__legacy-01 #infobox03 dd {
  margin-top: 8px;
}

.o-webpage__legacy-01 .text03 {
  font-weight: bold;
  margin-top: 15px;
}

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

Libraries

====================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  margin: 10px 10px;
}

.slick-dots li button {
  display: block;
  text-indent: -9999px;
  background-image: url(/common/images/icons/dot.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 13px;
  background-size: contain;
  border: 0px;
  outline: 0;
  background-color: #fff;
}

.slick-dots li.slick-active button {
  background-image: url(/common/images/icons/dot_active.png);
}

.slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-color: transparent;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.slick-arrow:hover {
  opacity: 0.5;
}

.slick-arrow.slick-prev {
  background-image: url(/common/images/icons/arrow_left_bannerarea.svg);
}

@media only screen and (min-width: 768px), print {
  .slick-arrow.slick-prev {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: calc(50% - 15px);
    margin-left: -170px;
  }
}

@media only screen and (max-width: 374px) {
  .slick-arrow.slick-prev {
    margin-left: calc(-50vw + 15px);
  }
}

.slick-arrow.slick-next {
  background-image: url(/common/images/icons/arrow_right_bannerarea.svg);
}

@media only screen and (min-width: 768px), print {
  .slick-arrow.slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    left: calc(50% - 15px);
    margin-left: 170px;
  }
}

@media only screen and (max-width: 374px) {
  .slick-arrow.slick-next {
    margin-left: calc(50vw - 15px);
  }
}

/*# sourceMappingURL=common.css.map */



/* card edit 2009 */

.m-card__desc{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; 
  max-height: 28px;
}

.m-card.-type-02 .m-card__desc {
  padding-bottom: 0px;
  -webkit-line-clamp: 1; 
  height: 14px;
}