@charset "UTF-8";

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

.description_txt {
  font-size: 14px;
  margin-bottom: 40px;
}

.pc-hide {
  display: none;
}

.sp-hide {
  display: inherit;
}

br.sp-hide {
  display: inline;
}

.img-fluid {
  width: 100%;
  height: auto;
}

a.alpha:hover {
  opacity: 0.85;
}

#contents_block .bnrArea {
  margin: 40px auto;
  width: 980px;
}

#contents_block .bnrArea .bnr_item {
  margin-top: 20px;
}

#contents_block .bnrArea .bnr_item img {
  max-width: 100%;
  height: auto;
}

#contents_block .bnrArea .bnr_text {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 641px) {
  #contents_block .bnrArea .bnr_wrap {
    display: flex;
    justify-content: space-between;
  }

  #contents_block .bnrArea .bnr_wrap .bnr_item {
    width: 480px;
  }
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block .description_txt {
    margin-bottom: 30px;
  }
}

#contents_block {
  /*margin-bottom: 50px;*/
  margin-bottom: 10px;
  min-width: 990px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

br.nobrake {
  display: none;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block {
    /*min-width: 320px;*/
    min-width: 0;
    margin-bottom: 15px;
  }
  #contents_block br.nobrake {
    display: inherit;
  }
}

.contents_header *,
.contents_body * {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block .pc-hide {
    display: inherit;
  }

  #contents_block br.pc-hide {
    display: inline;
  }

  #contents_block .sp-hide {
    display: none;
  }

  #contents_block .bnrArea {
    /*width: 300px*/
    width: 93.75%;
    margin: 20px auto;
  }

  #contents_block .bnrArea .bnr_item {
    margin-top: 30px;
    text-align: center;
  }

  #contents_block .bnrArea .bnr_item img {
    width: 100%;
    height: auto;
  }

  #contents_block .bnrArea .bnr_text {
    margin-top: 5px;
    font-size: 12px;
  }
}


/*--------------------------------------------------

	contents_header

--------------------------------------------------*/

.contents_header:after {
  content: "";
  display: block;
  clear: both;
}

.contents_header .inner {
  width: 980px;
  margin: 0 auto;
}

.contents_header .inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.contents_header .baton_logo {
  margin: 2px 0 3px;
  float: left;
  width: 240px;
  height: 67px;
}

.contents_header .corp_logo {
  margin: 6px 5px 28px 0;
  float: right;
  width: 127px;
  height: 23px;
}

.contents_header .inner .sp_header .sp_nav_btn {
  display: none;
}

.contents_header .header_nav {
  height: 36px;
  background: url(../images/19_hnav_bg.jpg) no-repeat center top;
  overflow: hidden;
}

.contents_header .header_nav ul {
  width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
}

.contents_header .header_nav ul::after {
  display: block;
  content: '';
  clear: left;
}

.contents_header .header_nav ul li {
  float: left;
  width: auto;
}

.contents_header .header_nav ul li.pc_hide {
  display: none;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block .contents_header img {
    width: 100%;
    height: auto;
  }

  #contents_block .contents_header .inner {
    position: relative;
    width: 100%;
  }

  #contents_block .contents_header {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }

  #contents_block .contents_header .inner .sp_header {}
  #contents_block .contents_header .inner .sp_header::after {
    content: "";
    display: block;
    clear: both;
  }

  #contents_block .contents_header .inner .sp_header .baton_logo {
    width: calc(100% - 16vw);
    height: auto;
    margin: 0;
    background: url(../images/20_smp_logo_bg200925.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: left;
  }

  #contents_block .contents_header .inner .sp_header .baton_logo img {
    width: auto;
    height: 16vw;
  }

  #contents_block .contents_header .inner .sp_header .sp_nav_btn {
    display: block;
    float: right;
    width: 16vw;
    height: 16vw;
    background: url(../images/20_sp_nav_btn200925.png) no-repeat 0 0;
    background-size: cover;
    background-position: 0 0;
  }

  #contents_block .contents_header .inner .sp_header .sp_nav_btn.is-open {
    background-position: 0 bottom;
  }

  #contents_block .contents_header .inner .sp_header .corp_logo {
    display: none;
  }

  #contents_block .contents_header .header_nav {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
  }

  #contents_block .contents_header .header_nav ul {
    width: 100%;
    height: auto;
    padding: 0;
    clear: left;
    display: flex;
    flex-wrap: wrap;
  }

  /* ラ レコルト販売時 */
  #contents_block .contents_header .header_nav:after {
    content: "";
    display: block;
    clear: both;
  }

  #contents_block .contents_header .header_nav ul li {
    float: none;
    width: 50%;
    height: auto;
  }

  #contents_block .contents_header .header_nav ul li.pc_hide {
    display: block;
  }

  #contents_block .contents_header .header_nav ul li:last-child,
  #contents_block .contents_header .header_nav ul li:last-child a {
    width: 100%;
    height: auto;
  }

  #contents_block .contents_header .header_nav ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 32%;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 center;
    box-sizing: border-box;
  }

  /* ヘッダーメニューが偶数の時 */
  #contents_block .contents_header .header_nav.default ul li:nth-child(odd) a,
  #contents_block .contents_header .header_nav.all ul li:nth-child(odd) a {
    border-right: 1px solid #ffffff;
  }

  /* 通常時 */
  #contents_block .contents_header .header_nav ul li.hnav_top a {
    background-image: url(../images/btn_hnav/20_smp_hnav_top.png);
  }
  #contents_block .contents_header .header_nav ul li.hnav_feature a {
    background-image: url(../images/btn_hnav/20_smp_hnav_feature.png);
  }
  #contents_block .contents_header .header_nav ul li.hnav_secret a {
    background-image: url(../images/btn_hnav/20_smp_hnav_secret.png);
  }
  #contents_block .contents_header .header_nav ul li.hnav_lineup a {
    background-image: url(../images/btn_hnav/20_smp_hnav_lineup.png);
  }
  #contents_block .contents_header .header_nav ul li.hnav_larecolte a {
    background-image: url("../images/btn_hnav/20_smp_hnav_larecolte.png");
  }
  #contents_block .contents_header .header_nav ul li.hnav_richeetdoux a {
    background-image: url("../images/btn_hnav/20_smp_hnav_richeetdoux.png");
  }
  #contents_block .contents_header .header_nav ul li.hnav_gift a {
    background-image: url(../images/btn_hnav/20_smp_hnav_gift.png);
  }
  #contents_block .contents_header .header_nav ul li.hnav_shop a {
    background-image: url(../images/btn_hnav/20_smp_hnav_shop.png);
  }
  #contents_block .contents_header .header_nav ul li.hnav_faq a {
    background-image: url(../images/btn_hnav/20_smp_hnav_faq.png);
  }
  #contents_block .contents_header .header_nav ul li.hnav_news a {
    background-image: url(../images/btn_hnav/20_smp_hnav_news.png);
  }
  #contents_block .contents_header .header_nav ul li.hnav_glico a {
    background-image: url(../images/btn_hnav/19_smp_hnav_glico.png);
    padding-top: 12.8125%;
    border: none !important;
  }

  /* ヘッダーメニューが奇数の時（ラ レコルト販売時など） */
  #contents_block .contents_header .header_nav.richeetdoux ul li:nth-child(even) a,
  #contents_block .contents_header .header_nav.larecolte ul li:nth-child(even) a {
    border-right: 1px solid #ffffff;
  }

  #contents_block .contents_header .header_nav.richeetdoux ul li.hnav_top,
  #contents_block .contents_header .header_nav.larecolte ul li.hnav_top {
    width: 100%;
  }

  #contents_block .contents_header .header_nav.richeetdoux ul li.hnav_top a,
  #contents_block .contents_header .header_nav.larecolte ul li.hnav_top a {
    height: 0;
    padding-top: 15.9375%;
    background-image: url("../images/btn_hnav/19_smp_hnav_top190918.png");
    border: none !important;
  }
}


/*--------------------------------------------------

	contents_body

--------------------------------------------------*/

.bd_contents {
  padding: 20px 0 40px;
  background-color: #38261d;
}

.bd_contents .bd_frame {
  width: 980px;
  margin: 0 auto;
  background: url(../images/14_bg_stage_body.gif) repeat-y top left;
}

.bd_contents .bd_frame_body {
  width: 980px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
  line-height: 2;
  text-align: left;
  background: url(../images/14_bg_stage_top.gif) no-repeat top left;
}

.bd_contents .bd_frame_body h1 {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.bd_contents .bd_frame_footer {
  width: 980px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/14_bg_stage_bottom.gif) no-repeat bottom left;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block .contents_body {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    overflow: hidden;
  }

  #contents_block .bd_contents {
    padding: 20px 0 10px;
    background-color: #FFF;
  }

  #contents_block .bd_contents .bd_frame {
    width: 100%;
    background: none;
  }

  #contents_block .bd_contents .bd_frame_body {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }

  #contents_block .bd_contents .bd_frame_body h1 {
    width: 95%;
    height: 0;
    padding-top: 12.5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents_block .bd_contents .bd_frame_footer {
    display: none;
  }
}


/*--------------------------------------------------

	gnav

--------------------------------------------------*/

#contents_block #gnav {
  height: 157px;
  background: url(../images/14_gnav_bg.jpg) no-repeat center top;
  overflow: hidden;
}

#contents_block #gnav ul {
  height: 146px;
  margin: 8px auto 0;
  padding: 0px;
  width: 980px;
  overflow: hidden;
  box-sizing: border-box;
}

#contents_block #gnav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#contents_block #gnav ul li {
  float: left;
  width: 245px;
  height: 73px;
  overflow: hidden;
}

@media only screen and (min-width: 641px) {
  /*-- all --*/
  #contents_block #gnav.all ul {
    padding-left: 3px;
  }

  #contents_block #gnav.all ul li {
    width: 195px;
  }

  #contents_block #gnav.all ul li img {
    width: 195px;
    height: 73px;
  }
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #gnav img {
    width: 100%;
  }

  #contents_block #gnav {
    padding: 6px 0;
    margin: 0 auto;
    height: inherit;
    background: #fbf0ba;
  }

  #contents_block #gnav ul {
    float: none;
    margin: 0 auto;
    width: 96.25%;
    height: inherit;
  }

  #contents_block #gnav ul li {
    width: 50%;
    height: auto;
  }
}


/*--------------------------------------------------

	share button

--------------------------------------------------*/

#contents_block .sns_share {
  margin: 20px auto;
  width: 980px;
  text-align: right;
}

#contents_block .sns_share__set {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  height: 32px;
  border: solid 1px #999;
}

#contents_block .sns_share__title {
  float: left;
  margin: 8px 5px 0 0;
  padding: 0 0 0 5px;
  width: 57px;
  height: 16px;
  background: url(../images/share/share_title.gif) no-repeat 5px 0;
  text-indent: -9999px;
  overflow: hidden;
}

#contents_block .sns_share__list {
  float: left;
  margin: 0;
  padding: 4px 0 0;
  width: auto;
  height: 24px;
  overflow: hidden;
}

#contents_block .sns_share__list ul {
  margin: 0;
  padding: 0;
}

#contents_block .sns_share__list li {
  float: left;
  margin-right: 6px;
  list-style: none;
  background-repeat: no-repeat;
}

#contents_block .sns_share__list li,
#contents_block .sns_share__list li a {
  width: 24px;
  height: 24px;
}

#contents_block .sns_share__list li a {
  display: block;
  text-indent: -9999px;
}

#contents_block .sns_share__tw {
  background-image: url(../images/share/share_icon_t.gif);
}

#contents_block .sns_share__fb {
  background-image: url(../images/share/share_icon_f.gif);
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block .sns_share {
    margin: 17px auto 6px;
    width: 297px;
    height: 34px;
    background: url(../images/share/smp_share_bg.png) no-repeat;
    background-size: contain;
    text-align: center;
  }

  #contents_block .sns_share__set {
    display: inline-block;
    padding: 7px 0 0;
    height: 19px;
    border: none;
  }

  #contents_block .sns_share__title {
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    width: 56px;
    height: 19px;
    background: url(../images/share/smp_share_title.png) no-repeat 0 0;
    background-size: contain;
  }

  #contents_block .sns_share__list {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 19px;
    overflow: hidden;
  }

  #contents_block .sns_share__list li,
  #contents_block .sns_share__list li a {
    height: 19px;
    width: 19px;
  }

  #contents_block .sns_share__list li {
    display: inline-block;
    background-size: 19px 19px;
    overflow: hidden;
    margin: 0 7px;
    padding: 0;
  }

  #contents_block .sns_share__tw {
    background-image: url(../images/share/smp_share_icon_t.png);
  }

  #contents_block .sns_share__fb {
    background-image: url(../images/share/smp_share_icon_f.png);
  }
}


/*------------------------------

 top 

------------------------------*/

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block .contents_header.top_page {
    display: none;
  }
}

#top {
  padding: 0;
  background: #FFF;
}

#top .top_visual {
  height: 700px;
  text-align: center;
}

#top .pc-visual {
  position: relative;
  height: 700px;
  width: 100%;
  background: #FFF;
  overflow: hidden;
}

#top .pc-visual .visual_catch {
  position: absolute;
  top: 297px;
  left: 50%;
  margin-left: -240px;
  width: 480px;
  height: 110px;
  z-index: 110;
  opacity: 0;
}

#top .pc-visual .visual_catch.is-zoomOut {
  transform: scale(0.7);
  transition: transform 2.7s ease-out;
}

#top .pc-visual .visual_catch [class^='visual_catch'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 110px;
  transition: opacity 2.7s;
}

#top .pc-visual .visual_catch_black {
  background: url(../images/17_mainv_catch_black.png) no-repeat center center;
  opacity: 1;
}

#top .pc-visual .visual_catch_white {
  background: url(../images/17_mainv_catch_white.png) no-repeat center center;
  opacity: 0;
}

#top .pc-visual .visual_catch.is-white .visual_catch_black {
  opacity: 0;
}

#top .pc-visual .visual_catch.is-white .visual_catch_white {
  opacity: 1;
}

#top .pc-visual .visual_catch.is-fin {
  position: absolute;
  top: 450px;
  margin-left: -176px;
  height: 82px;
  width: 0;
  overflow: hidden;
  opacity: 1;
}

#top .pc-visual .visual_catch.is-fin .visual_catch_black {
  width: 359px;
  height: 82px;
  background: url(../images/17_mainv_catch_black.png) no-repeat center center;
  background-size: contain;
}

#top .pc-visual .visual_symbol {
  position: absolute;
  top: 134px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  z-index: 110;
  transform: rotateY(-450deg);
  opacity: 0;
}

#top .pc-visual .visual_symbol [class^='visual_symbol'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  transition: opacity 0.7s;
}

#top .pc-visual .visual_symbol_black {
  background: url(../images/17_mainv_symbol_black.png) no-repeat center center;
  opacity: 0;
}

#top .pc-visual .visual_symbol_white {
  background: url(../images/17_mainv_symbol_white.png) no-repeat center center;
  opacity: 1;
}

#top .pc-visual .visual_symbol.is-black .visual_symbol_black {
  opacity: 1;
}

#top .pc-visual .visual_symbol.is-black .visual_symbol_white {
  opacity: 0;
}

#top .pc-visual .visual_symbol.is-show {
  opacity: 1;
  transform: rotateY(0);
  transition: opacity 0.5s linear, transform 1.2s ease-out;
}

#top .pc-visual .visual_logo {
  position: absolute;
  top: 344px;
  left: 50%;
  margin-left: -230px;
  width: 460px;
  height: 90px;
  z-index: 110;
  opacity: 0;
}

#top .pc-visual .visual_logo [class^='visual_logo'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 90px;
  transition: opacity 0.7s;
}

#top .pc-visual .visual_logo_black {
  background: url(../images/17_mainv_logo_black.png) no-repeat center center;
  opacity: 0;
}

#top .pc-visual .visual_logo_white {
  background: url(../images/17_mainv_logo_white.png) no-repeat center center;
  opacity: 1;
}

#top .pc-visual .visual_logo.is-black .visual_logo_black {
  opacity: 1;
}

#top .pc-visual .visual_logo.is-black .visual_logo_white {
  opacity: 0;
}

#top .pc-visual .visual_logo.is-show {
  transition: all 0.5s 2s;
  opacity: 1;
}

#top .pc-visual .visual_note {
  position: absolute;
  top: 658px;
  left: 50%;
  width: 370px;
  height: 20px;
  z-index: 110;
  margin-left: 125px;
  opacity: 0;
}

#top .pc-visual .visual_note [class^='visual_note'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: 20px;
  transition: opacity 0.7s;
}

#top .pc-visual .visual_note_black {
  background: url(../images/17_mainv_note_black.png) no-repeat center center;
  opacity: 0;
}

#top .pc-visual .visual_note_white {
  background: url(../images/17_mainv_note_white.png) no-repeat center center;
}

#top .pc-visual .visual_note.is-black .visual_note_black {
  opacity: 1;
}

#top .pc-visual .visual_note.is-black .visual_note_white {
  opacity: 0;
}

#top .pc-visual .visual_sc02 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1900px;
  height: 700px;
  margin-left: -950px;
  background: url("../images/22_mainv_sc02_220517.jpg") no-repeat center center;
  z-index: 20;
  opacity: 0;
}

#top .pc-visual .visual_copy {
  position: absolute;
  top: 472px;
  left: 0;
  right: 0;
  width: 500px;
  height: 28px;
  margin: 0 auto;
  z-index: 70;
  opacity: 0;
}

#top .pc-visual .visual_copy [class^='visual_sc'] {
  position: absolute;
  top: 0;
  width: 500px;
  height: 28px;
  opacity: 0;
  transform: scale(1.2, 0.1);
  transition: all 0.5s;
}

#top .pc-visual .visual_sc03_copy {
  background: url(../images/17_mainv_sc03_copy.png) no-repeat center center;
  z-index: 71;
}

#top .pc-visual .visual_sc05_copy {
  background: url(../images/17_mainv_sc05_copy.png) no-repeat center center;
  z-index: 72;
}

#top .pc-visual .visual_sc06_copy {
  background: url(../images/17_mainv_sc06_copy.png) no-repeat center center;
  z-index: 73;
}

#top .pc-visual .visual_sc07_copy {
  background: url(../images/17_mainv_sc07_copy.png) no-repeat center center;
  z-index: 74;
}

#top .pc-visual .visual_copy.is-03 .visual_sc03_copy {
  transform: scale(1, 1);
  opacity: 1;
}

#top .pc-visual .visual_copy.is-05 .visual_sc05_copy {
  transform: scale(1, 1);
  opacity: 1;
}

#top .pc-visual .visual_copy.is-06 .visual_sc06_copy {
  transform: scale(1, 1);
  opacity: 1;
}

#top .pc-visual .visual_copy.is-07 .visual_sc07_copy {
  transform: scale(1, 1);
  opacity: 1;
}

#top .pc-visual .visual_left {
  position: absolute;
  top: 0;
  right: 50%;
  width: 950px;
  height: 700px;
}

#top .pc-visual .visual_right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 950px;
  height: 700px;
}

#top .pc-visual .visual_left [class^='visual_sc'],
#top .pc-visual .visual_right [class^='visual_sc'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 700px;
  z-index: 30;
  opacity: 0;
}

#top .pc-visual .visual_left [class^='visual_sc'].is-show,
#top .pc-visual .visual_right [class^='visual_sc'].is-show {
  opacity: 1;
}

#top .pc-visual .visual_sc03a {
  background: url(../images/17_mainv_sc03a.jpg) no-repeat center center;
  z-index: 33;
}

#top .pc-visual .visual_sc03b {
  background: url(../images/17_mainv_sc03b.jpg) no-repeat center center;
  z-index: 33;
}

#top .pc-visual .visual_sc04a {
  background: url(../images/17_mainv_sc04a.jpg) no-repeat center center;
  z-index: 34;
}

#top .pc-visual .visual_sc04b {
  background: url(../images/17_mainv_sc04b.jpg) no-repeat center center;
  z-index: 34;
}

#top .pc-visual .visual_sc05a {
  background: url(../images/17_mainv_sc05a.jpg) no-repeat center center;
  z-index: 35;
}

#top .pc-visual .visual_sc05b {
  background: url(../images/17_mainv_sc05b.jpg) no-repeat center center;
  z-index: 35;
}

#top .pc-visual .visual_sc06a {
  background: url(../images/17_mainv_sc06a.jpg) no-repeat center center;
  z-index: 36;
}

#top .pc-visual .visual_sc06b {
  z-index: 36;
  background: url(../images/17_mainv_sc06b.jpg) no-repeat center center;
}

#top .pc-visual .visual_sc07a {
  background: url(../images/17_mainv_sc07a.jpg) no-repeat center center;
}

#top .pc-visual .visual_sc07b {
  background: url(../images/17_mainv_sc07b.jpg) no-repeat center center;
}

#top .pc-visual .visual_sc08 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1900px;
  height: 700px;
  margin-left: -950px;
  /*プレッツェルバージョン*/
  background: url("../images/20_mainv_sc08_200519.jpg") no-repeat center center;
  /*チョコレートバージョン*/
  /*background: url("../images/18_mainv_sc08_180912.jpg") no-repeat center center;*/
  z-index: 80;
  opacity: 0;
}

#top .pc-visual .visual_sc09_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1900px;
  height: 700px;
  margin-left: -950px;
  background: url(../images/17_mainv_sc09_bg.jpg) no-repeat center center;
  z-index: 90;
  opacity: 0;
}

#top .pc-visual .visual_sc09_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1900px;
  height: 700px;
  margin-left: -950px;
  background: url(../images/17_mainv_sc09_bg.jpg) no-repeat center center;
  z-index: 90;
  opacity: 0;
}

#top .pc-visual .visual_sc09_bg > div {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1900px;
  height: 700px;
  background: url(../images/17_mainv_sc09_bg.jpg) no-repeat center center;
  z-index: 92;
  transform: rotateY(-180deg);
  opacity: 0;
  transition: all 2s;
}

#top .pc-visual .visual_sc09_bg.is-reverse > div {
  opacity: 1;
}

#top .pc-visual .visual_flare {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1900px;
  height: 700px;
  margin-left: -950px;
  z-index: 95;
}

#top .pc-visual .visual_flare [class^='visual_flare'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1900px;
  height: 700px;
  opacity: 0;
}

#top .pc-visual .visual_flare .visual_flare01 {
  background: url(../images/17_mainv_flare01.png) no-repeat center center;
}

#top .pc-visual .visual_flare .visual_flare02 {
  background: url(../images/17_mainv_flare02.png) no-repeat center center;
}

#top .pc-visual .visual_flare .visual_flare03 {
  background: url(../images/17_mainv_flare03.png) no-repeat center center;
}

#top .top_visual #smp_slide {
  display: none;
}

#float_bnr {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 157px;
  z-index: 9999;
  transition: .2s;
}

#float_bnr:hover {
  top: 152px;
}

#float_bnr a {
  display: block;
}

#contents_block #float_bnr.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1049px) {
  #float_bnr {
    display: none !important;
  }
}

.batondor_info {
  margin: 30px auto 0;
  padding: 29px;
  line-height: 22px;
  width: 760px;
  border: solid 1px #CCC;
  text-align: left;
  word-break: break-all;
}

.batondor_info dl {
  width: 760px;
  margin: 0 auto;
  line-height: 30px;
}

.batondor_info dl dt {
  padding: 20px 20px 20px 74px;
  min-height: 30px;
  max-height: 220px;
  font-weight: bold;
  font-size: 16px;
  color: #481f0a;
  vertical-align: middle;
  background: url(../images/14_news_entry_title.jpg) no-repeat 0 0;
  overflow: hidden;
}

.batondor_info dl dd {
  width: 720px;
  margin: 13px auto 0;
  font-size: 14px;
  color: #3b2c24;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #BD_header.top_page {
    display: none;
  }

  #contents_block #top {
    padding: 0;
  }

  #contents_block #top .top_visual .pc-visual {
    display: none;
  }

  #contents_block #top .top_visual #smp_slide {
    display: block;
    width: 100%;
  }

  #contents_block #top .top_visual #smp_slide ul {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 125%;
    overflow: hidden;
    display: none;
  }

  #contents_block #top .top_visual #smp_slide ul li {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
  }

  #contents_block #top .top_visual #smp_slide ul li:first-child {
    display: block;
  }

  #contents_block #top .top_visual #smp_slide ul li img {
    width: 100%;
    height: auto;
  }

  #contents_block #top .top_visual {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #contents_block .batondor_info {
    margin: 30px auto 0;
    padding: 5px;
    width: 95%;
    border: solid 1px #CCC;
    text-align: left;
    box-sizing: border-box;
  }

  #contents_block .batondor_info dl {
    width: 100%;
    margin: 0 auto;
  }

  #contents_block .batondor_info dl dt {
    padding: 23px 8px 23px 45px;
    min-height: 24px;
    max-height: 254px;
    font-size: 15px;
    line-height: 24px;
    background: url(../images/20_smp_news_entry_title.jpg) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

  #contents_block .batondor_info dl dt::before {
    content: "";
    display: block;
    background: url("../images/20_smp_news_entry_title_icon.png") no-repeat 0 0;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 25px;
    left: 14px;
  }

  #contents_block .batondor_info dl dd {
    width: 94.74%;
    margin: 14px auto 0;
    padding-bottom: 14px;
    font-size: 11px;
    line-height: 20px;
    color: #3b2c24;
  }

  #contents_block .batondor_info img {
    max-width: 288px;
    height: auto;
  }

  /* bnrArea */
  #contents_block #float_bnr {
    display: block !important;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: auto;
  }

  #contents_block #float_bnr {
    opacity: 1;
    transition: .2s;
    pointer-events: inherit;
  }

  #contents_block #float_bnr.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  #contents_block #float_bnr:hover {
    top: inherit;
  }
}


/*------------------------------

 feature 

------------------------------*/

#feature .bd_frame_body h1 {
  margin-bottom: 26px;
}

/* -----------------------*/
/* プレッツェルバージョン */
/* -----------------------*/

#feature .bd_frame_body.pretzels .poem {
  width: 830px;
  margin: 0 auto;
  padding-top: 540px;
  padding-bottom: 53px;
  font-size: 16px;
  line-height: 34px;
  color: #9f6233;
  background: #f7f3f3 url("../images/22_feature_bg_poem_220517.jpg") no-repeat 0 0;
  text-align: center;
}

#feature .bd_frame_body.pretzels .lead {
  margin: 0 auto 30px;
  padding: 50px 0px;
  width: 830px;
  height: 560px;
  font-size: 16px;
  line-height: 27px;
  color: #3b2c24;
  background: url("../images/18_feature_lead_bg.jpg") no-repeat 0 0;
  overflow: hidden;
}

#feature .bd_frame_body.pretzels .lead h2 {
  height: 80px;
  margin-bottom: 17px;
  overflow: hidden;
  text-align: center;
  width: 830px;
}

#feature .bd_frame_body.pretzels .lead p {
  text-align: center;
  width: 830px;
}

/* -----------------------*/
/* チョコレートバージョン */
/* -----------------------*/

#feature .bd_frame_body.chocolate .poem {
  width: 830px;
  margin: 0 auto;
  padding-top: 590px;
  padding-bottom: 53px;
  font-size: 16px;
  line-height: 34px;
  color: #46360d;
  background: #fff49a url("../images/21_feature_bg_poem210928.jpg") no-repeat 0 0;
  text-align: center;
}

#feature .bd_frame_body.chocolate .lead {
  margin: 0 auto;
  padding: 70px 0px 0 0px;
  width: 830px;
  height: 670px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: url(../images/18_feature_bg_lead_180912.jpg) no-repeat 0 0;
  overflow: hidden;
}

#feature .bd_frame_body.chocolate .lead h2 {
  width: 419px;
  height: 28px;
  margin-left: 274px;
  margin-bottom: 22px;
  background: url(../images/17_feature_lead_ttl.png) no-repeat 0 0;
  text-indent: -9999px;
}

#feature .bd_frame_body.chocolate .lead p {
  width: 480px;
  margin-left: 274px;
  margin-bottom: 1.0em;
}

#feature .bd_frame_body.chocolate .point {
  margin: 0 auto;
  padding: 70px 0px 0 0px;
  width: 830px;
  height: 510px;
  font-size: 15px;
  line-height: 30px;
  color: #231815;
  background: url(../images/17_feature_bg_point.jpg) no-repeat 0 0;
  overflow: hidden;
  position: relative;
}

#feature .bd_frame_body.chocolate .point dl {
  position: absolute;
}

#feature .bd_frame_body.chocolate .point dl dt {
  padding-bottom: 24px;
}

#feature .bd_frame_body.chocolate .point dl.point01 {
  width: 350px;
  top: 76px;
  left: 70px;
}

#feature .bd_frame_body.chocolate .point dl.point02 {
  width: 330px;
  top: 380px;
  left: 440px;
}

#feature .bd_frame_body.chocolate .point dl.point01 dt {
  height: 60px;
}

#feature .bd_frame_body.chocolate .point dl.point02 dt {
  height: 24px;
}

/* ----------------------*/

#feature .bd_frame_body .bnn_secret {
  width: 830px;
  margin: 30px auto 0 auto;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #feature .bd_frame_body h1 {
    margin-bottom: 19px;
    background-image: url(../images/17_smp_feature_h1.gif);
  }

  /* -----------------------*/
  /* プレッツェルバージョン */
  /* -----------------------*/
  #contents_block #feature .bd_frame_body.pretzels .poem {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 110% 0 3em;
    font-size: 11px;
    line-height: 24px;
    color: #9f6233;
    background: #f7f3f3 url("../images/22_smp_feature_bg_poem_220517.jpg") no-repeat center top;
    background-size: contain;
  }

  #contents_block #feature .bd_frame_body.pretzels .lead {
    margin: 0 auto 12px;
    padding: 0 0 30px;
    width: 100%;
    height: inherit;
    font-size: 11px;
    line-height: 20px;
    color: #333;
    background: #ffda6e;
    overflow: hidden;
  }

  #contents_block #feature .bd_frame_body.pretzels .lead h2 {
    margin-bottom: 30px;
    width: 100%;
    height: 0;
    background: url("../images/18_smp_feature_read_ttl.jpg") no-repeat center 0;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
    padding-top: 64.0625%;
  }

  #contents_block #feature .bd_frame_body.pretzels .lead p {
    width: auto;
    margin: 0 auto;
  }

  /* -----------------------*/
  /* チョコレートバージョン */
  /* -----------------------*/
  #contents_block #feature .bd_frame_body.chocolate .poem {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 110% 0 3em;
    font-size: 11px;
    line-height: 24px;
    color: #46360d;
    background: #f7f3f3 url("../images/21_smp_feature_bg_poem210928.jpg") no-repeat center top;
    background-size: 100% auto;
  }

  #contents_block #feature .bd_frame_body.chocolate .lead {
    margin: 0 auto;
    padding: 0 0 250px 0;
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    background: #000000 url(../images/17_smp_feature_bg_lead.jpg) no-repeat right top;
    background-size: auto 100%;
  }

  #contents_block #feature .bd_frame_body.chocolate .lead h2 {
    width: 82.5%;
    height: 0;
    padding-top: 14.0625%;
    background: url(../images/17_smp_feature_lead_ttl.png) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin: 54px auto 40px auto;
  }

  #contents_block #feature .bd_frame_body.chocolate .lead p {
    width: 82.5%;
    margin: 0 auto 1.5em auto;
  }

  #contents_block #feature .bd_frame_body.chocolate .point {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 0;
    height: 687px;
    font-size: 11px;
    line-height: 24px;
    color: #231815;
    background: url(../images/20_smp_feature_bg_point.jpg) no-repeat center center;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffd44f;
  }

  #contents_block #feature .bd_frame_body.chocolate .point dl {
    width: 82.5%;
    margin: 0 auto;
    position: absolute;
  }

  #contents_block #feature .bd_frame_body.chocolate .point dl dt {
    font-weight: bold;
    font-size: 15px;
    color: #231815;
    padding-bottom: 5px;
  }

  #contents_block #feature .bd_frame_body.chocolate .point dl.point01 {
    top: 20px;
    left: 30px;
    left: 8.75%;
  }

  #contents_block #feature .bd_frame_body.chocolate .point dl.point02 {
    top: auto;
    bottom: 2em;
    left: 8.75%;
  }

  #contents_block #feature .bd_frame_body.chocolate .point dl.point01 dt {
    height: auto;
  }

  #contents_block #feature .bd_frame_body.chocolate .point dl.point02 dt {
    height: auto;
  }

  /* ----------------------*/
  #contents_block #feature .bd_frame_body .bnn_secret {
    width: 95%;
    margin-top: 15px;
  }

  #contents_block #feature .bd_frame_body .bnn_secret img {
    width: 100%;
    height: auto;
  }
}


/*------------------------------

 secret 

------------------------------*/

#secret .bd_frame_body h1 {
  margin-bottom: 10px;
}

#secret .secret_section {
  width: 830px;
  margin: 0 auto 30px;
  text-align: left;
  padding-bottom: 40px;
  border-bottom: solid 1px #662c10;
}

#secret .secret_header {
  margin-top: 20px;
  margin-left: 25px;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  color: #3b2c24;
}

#secret .secret_header br {
  display: none;
}

#secret .secret_body {
  margin-left: 25px;
  font-size: 14px;
  line-height: 30px;
}

#secret .bd_frame_footer {
  margin-top: 30px;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #secret .bd_frame_body h1 {
    margin-bottom: 19px;
    background-image: url(../images/17_smp_secret_h1.gif);
  }

  #contents_block #secret .secret_section {
    width: 95%;
    margin: 0 auto 15px;
    text-align: left;
    padding-bottom: 15px;
  }

  #contents_block #secret .secret_image img {
    width: 100%;
    height: auto;
  }

  #contents_block #secret .secret_header {
    margin: 15px 8px 7px;
    font-size: 15px;
    line-height: 20px;
  }

  #contents_block #secret .secret_header br {
    display: inherit;
  }

  #contents_block #secret .secret_body {
    margin: 0 8px;
    font-size: 11px;
    line-height: 20px;
  }

  #contents_block #secret .secret_body br {
    display: none;
  }

  #contents_block #secret .bd_frame_footer {
    margin-top: 0;
  }
}


/*------------------------------

 Line up 

------------------------------*/

.lineup .bd_frame_body h2 {
  text-align: center;
  margin: 15px 0 35px;
}

.lineup .bd_frame_body p.term {
  text-align: center;
  font-size: 16px;
  margin: 0 0 35px 0;
  font-weight: bold;
}

.lineup .bd_frame_body p.term strong {
  color: #cd173b;
  font-size: 21px;
}

.lineup .bd_frame_body .lineuplist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lineup .bd_frame_body .lineuplist .item_info_announcement {
  padding: 35px 10px 25px 10px;
  width: 860px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #652b0e;
  letter-spacing: 0;
  background: #fdf7d8;
}

.lineup .bd_frame_body .lineuplist .item_wrap {
  width: 880px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -.4em;
}

.lineup .bd_frame_body .lineuplist .item_block {
  display: inline-block;
  width: 230px;
  margin: 0 25px 50px;
  padding-bottom: 50px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  position: relative;
}

.lineup .bd_frame_body .lineuplist .item_wrap-1row .item_block {
  padding-bottom: 0;
}

.lineup .bd_frame_body .lineuplist .item_wrap > div:nth-child(3n)::after {
  content: "";
  display: block;
  width: 880px;
  height: 1px;
  background: #c2a373;
  position: absolute;
  bottom: 0;
  left: -605px;
}

.lineup .bd_frame_body .lineuplist .item_wrap > div.item_milksugar::after,
.lineup .bd_frame_body .lineuplist .item_wrap > div.item_blackteasugar::after,
.lineup .bd_frame_body .lineuplist .item_wrap > div.item_walnut_raisin::after,
.lineup .bd_frame_body .lineuplist .item_wrap > div.item_yubarimelon::after {
  content: "";
  display: block;
  width: 880px;
  height: 1px;
  background: #c2a373;
  position: absolute;
  bottom: 0;
  left: -465px;
  /* 商品数が2個の時は-465px、1個の時は-325px */
}

.lineup .bd_frame_body .lineuplist .item_wrap.item_wrap-1row > div:nth-child(3n)::after {
  display: none;
}

.lineup .bd_frame_body .lineuplist .item_term {
  height: 18px;
  /* スペースだけだとIEでずれるので対策 */
  margin: 0 auto 15px;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.lineup .bd_frame_body .lineuplist .item_term_notes {
  height: 36px;
  /* スペースだけだとIEでずれるので対策 */
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 1em !important;
  font-size: 12px;
  line-height: 18px;
  color: #ba0526;
  text-indent: -1em;
}

.lineup .bd_frame_body .lineuplist .item_term_notes + .item_term_notes {
  padding-top: 0 !important;
}

.lineup .bd_frame_body .lineuplist .item_suspension {
  margin-bottom: 1em;
  margin-left: 1em;
  font-size: 11px;
  line-height: 1.5;
  text-indent: -1em;
  color: #e00;
}

.lineup .bd_frame_body .lineuplist .item_term_release {
  height: 18px;
  width: 100%;
  margin: 0 auto 5px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.lineup .bd_frame_body .lineuplist .item_type {
  height: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.lineup .bd_frame_body .lineuplist .item_type span {
  display: inline-block;
  border-radius: 12px;
  padding: 0 15px;
}

.lineup .bd_frame_body .lineuplist .item_lemonsugar .item_type span {
  color: #fff;
  background-color: #53ac38;
}

.lineup .bd_frame_body .lineuplist .item_butter .item_type span {
  color: #fff;
  background-color: #AC4900;
}

.lineup .bd_frame_body .lineuplist .item_type .item_new {
  font-weight: bold;
  background: #ffe6cb;
  color: #ea0000;
}

.lineup .bd_frame_body .lineuplist .item_image {
  text-align: center;
  margin-bottom: 3px;
  position: relative;
  height: 350px;
  overflow: hidden;
}

.lineup .bd_frame_body .lineuplist .item_name {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.lineup .bd_frame_body .lineuplist .item_name .en {
  margin-bottom: 7px;
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.lineup .bd_frame_body .lineuplist .item_description {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

/* 商品説明文の高さ調整（IE対策） */
/*
.lineup .bd_frame_body .item_chocolat .item_description,
.lineup .bd_frame_body .item_vsop .item_description {
  height: 60px;
}
*/
/* ここまで */

/* 商品説明文の高さ調整（IE対策） */
.lineup .bd_frame_body .item_sugar_butter .item_description,
.lineup .bd_frame_body .item_walnut_raisin .item_description {
  height: 60px;
}
/* ここまで */

.lineup .bd_frame_body .lineuplist .item_data {
  margin: 17px 0px 0;
  border-collapse: collapse;
  font-size: 11px;
  line-height: 18px;
}

.lineup .bd_frame_body .lineuplist .item_data th {
  width: 70px;
  padding: 2px 0;
  color: #999;
  font-weight: normal;
  vertical-align: top;
}

.lineup .bd_frame_body .lineuplist .item_data td {
  padding: 2px 0;
  vertical-align: top;
}

.lineup .bd_frame_body .lineuplist .item_ingredient {
  margin-top: 5px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.lineup .bd_frame_body .lineuplist .item_ingredient dt {
  color: #999;
}

.lineup .bd_frame_body .lineuplist .item_wheat {
  width: 880px;
  height: 330px;
  line-height: 330px;
  margin: 0 auto 40px auto;
  text-align: center;
  background: url("../images/21_lineup-wheat_ttl210518.jpg") no-repeat top center;
  text-indent: -9999px;
}

/*----- 商品毎の文字色と販売期間の背景 -----*/

.lineup .bd_frame_body .lineuplist .item_macadamiaorange .item_term {
  color: #fff;
  background-color: #ed8200;
}

.lineup .bd_frame_body .lineuplist .item_macadamiaorange .item_name {
  color: #ed8200;
}

.lineup .bd_frame_body .lineuplist .item_berry .item_term {
  color: #fff;
  background-color: #d7002b;
}

.lineup .bd_frame_body .lineuplist .item_berry .item_name {
  color: #d7002b;
}

.lineup .bd_frame_body .lineuplist .item_chocolat .item_term {
  color: #fff;
  background-color: #c8062b;
}

.lineup .bd_frame_body .lineuplist .item_chocolat .item_name {
  color: #c8062b;
}

.lineup .bd_frame_body .lineuplist .item_whitestrawberry .item_term {
  /*
	color: #fff;
	background-color: #b70e5e;
	*/
}

.lineup .bd_frame_body .lineuplist .item_whitestrawberry .item_name {
  color: #b70e5e;
}

.lineup .bd_frame_body .lineuplist .item_sugar_butter .item_name {
  color: #002c7d;
}

.lineup .bd_frame_body .lineuplist .item_milk .item_term {
  color: #fff;
  background-color: #c8062b;
}

.lineup .bd_frame_body .lineuplist .item_milk .item_term {
  color: #fff;
  background-color: #c8062b;
}

.lineup .bd_frame_body .lineuplist .item_milk .item_name {
  color: #c8062b;
}

.lineup .bd_frame_body .lineuplist .item_richstrawberry .item_term {
  color: #fff;
  background-color: #b70e5e;
}

.lineup .bd_frame_body .lineuplist .item_richstrawberry .item_name {
  color: #b70e5e;
}

.lineup .bd_frame_body .lineuplist .item_richujimatcha .item_term {
  /*
  color: #fff;
  background-color: #2a5034;
  */
}

.lineup .bd_frame_body .lineuplist .item_richujimatcha .item_name {
  color: #2a5034;
}

.lineup .bd_frame_body .lineuplist .item_marukyu .item_name {
  color: #2d6129;
}

.lineup .bd_frame_body .lineuplist .item_marukyu .item_term {
  /*
  padding: 8px 0;
  border: 2px solid #E00;
  color: #E00;
  */
}

.lineup .bd_frame_body .lineuplist .item_lafrance .item_name {
  color: #90b700;
}

.lineup .bd_frame_body .lineuplist .item_lafrance .item_term {
  color: #fff;
  background-color: #90b700;
}

.lineup .bd_frame_body .lineuplist .item_orangebitter .item_term {
  color: #fff;
  background-color: #e36d00;
}

.lineup .bd_frame_body .lineuplist .item_orangebitter .item_name {
  color: #e36d00;
}

.lineup .bd_frame_body .lineuplist .item_bitterlemon .item_term {
  color: #fff;
  background-color: #f6ab00;
}

.lineup .bd_frame_body .lineuplist .item_bitterlemon .item_name {
  color: #f6ab00;
}

.lineup .bd_frame_body .lineuplist .item_saltyvanilla .item_term {
  color: #fff;
  background-color: #10a8b5;
}

.lineup .bd_frame_body .lineuplist .item_saltyvanilla .item_name {
  color: #10a8b5;
}

.lineup .bd_frame_body .lineuplist .item_kuri .item_term {
  color: #fff;
  background-color: #6a311b;
}

.lineup .bd_frame_body .lineuplist .item_kuri .item_name {
  color: #6a311b;
}

.lineup .bd_frame_body .lineuplist .item_applecalvados .item_term {
  color: #fff;
  background-color: #d13840;
}

.lineup .bd_frame_body .lineuplist .item_applecalvados .item_name,
.lineup .bd_frame_body .lineuplist .item_applecalvados .item_term_release {
  color: #d13840;
}

.lineup .bd_frame_body .lineuplist .item_vsop .item_term {
  color: #fff;
  background-color: #590818;
}

.lineup .bd_frame_body .lineuplist .item_vsop .item_name {
  color: #590818;
}

.lineup .bd_frame_body .lineuplist .item_cafe .item_term {
  color: #fff;
  background-color: #511b04;
}

.lineup .bd_frame_body .lineuplist .item_cafe .item_name {
  color: #511b04;
}

.lineup .bd_frame_body .lineuplist .item_sakura .item_term {
  color: #fff;
  background-color: #ea617c;
}

.lineup .bd_frame_body .lineuplist .item_sakura .item_name {
  color: #ea617c;
}

.lineup .bd_frame_body .lineuplist .item_sicilian_lemon .item_term {
  color: #fff;
  background-color: #68c40e;
}

.lineup .bd_frame_body .lineuplist .item_sicilian_lemon .item_name {
  color: #68c40e;
}

.lineup .bd_frame_body .lineuplist .item_yuzu .item_term {
  color: #fff;
  background-color: #eab32b;
}

.lineup .bd_frame_body .lineuplist .item_yuzu .item_name {
  color: #eab32b;
}

.lineup .bd_frame_body .lineuplist .item_apple .item_term {
  color: #fff;
  background-color: #a6020f;
}

.lineup .bd_frame_body .lineuplist .item_apple .item_name {
  color: #a6020f;
}

.lineup .bd_frame_body .lineuplist .item_bransalt .item_term {
  color: #fff;
  background-color: #5f4d3b;
}

.lineup .bd_frame_body .lineuplist .item_bransalt .item_name {
  color: #5f4d3b;
}

.lineup .bd_frame_body .lineuplist .item_maplesugar .item_term {
  color: #fff;
  background-color: #b81a35;
}

.lineup .bd_frame_body .lineuplist .item_maplesugar .item_name {
  color: #b81a35;
}

.lineup .bd_frame_body .lineuplist .item_matchasugar .item_term {
  color: #fff;
  background-color: #077a36;
}

.lineup .bd_frame_body .lineuplist .item_matchasugar .item_name {
  color: #077a36;
}

.lineup .bd_frame_body .lineuplist .item_lemonsugar .item_term {
  color: #fff;
  background-color: #fff;
}

.lineup .bd_frame_body .lineuplist .item_lemonsugar .item_name {
  color: #53ac38;
}

.lineup .bd_frame_body .lineuplist .item_butter .item_term {
  color: #fff;
  background-color: #AC4900;
}

.lineup .bd_frame_body .lineuplist .item_butter .item_name {
  color: #AC4900;
}

.lineup .bd_frame_body .lineuplist .item_strawberrysugar .item_term {
  color: #fff;
  background-color: #cc0070;
}

.lineup .bd_frame_body .lineuplist .item_strawberrysugar .item_name {
  color: #cc0070;
}

.lineup .bd_frame_body .lineuplist .item_creamcheesesugar .item_term {
  color: #fff;
  background-color: #18a6b4;
}

.lineup .bd_frame_body .lineuplist .item_creamcheesesugar .item_name {
  color: #18a6b4;
}

.lineup .bd_frame_body .lineuplist .item_sweetonion .item_term {
  color: #fff;
  background-color: #96b60e;
}

.lineup .bd_frame_body .lineuplist .item_sweetonion .item_name {
  color: #96b60e;
}

.lineup .bd_frame_body .lineuplist .item_yubarimelon .item_term {
  color: #fff;
  background-color: #ee8b05;
}

.lineup .bd_frame_body .lineuplist .item_yubarimelon .item_name {
  color: #ee8b05;
}

.lineup .bd_frame_body .lineuplist .item_white .item_term {
  color: #fff;
  background-color: #dcb65b;
}

.lineup .bd_frame_body .lineuplist .item_white .item_name {
  color: #dcb65b;
}

.lineup .bd_frame_body .lineuplist .item_murasakiimo .item_term {
  color: #fff;
  background-color: #5a266f;
}

.lineup .bd_frame_body .lineuplist .item_murasakiimo .item_name {
  color: #5a266f;
}

.lineup .bd_frame_body .lineuplist .item_semibitter .item_term {
  color: #fff;
  background-color: none;
}

.lineup .bd_frame_body .lineuplist .item_semibitter .item_name {
  color: #581e06;
}

.lineup .bd_frame_body .lineuplist .item_marukyukoyamaen .item_term {
  color: #fff;
  background-color: none;
}

.lineup .bd_frame_body .lineuplist .item_marukyukoyamaen .item_name {
  color: #1a5435;
}

.lineup .bd_frame_body .lineuplist .item_blackteasugar .item_term {
  color: #fff;
  background-color: #5d0015;
}

.lineup .bd_frame_body .lineuplist .item_blackteasugar .item_name {
  color: #5d0015;
}

.lineup .bd_frame_body .lineuplist .item_umamisugar .item_term {
  color: #fff;
  background-color: #d69b04;
}

.lineup .bd_frame_body .lineuplist .item_umamisugar .item_name {
  color: #d69b04;
}

.lineup .bd_frame_body .lineuplist .item_kobeplain .item_name {
  color: #004799;
}

.lineup .bd_frame_body .lineuplist .item_kobeplain .item_term {
  padding: 8px 0;
  border: 2px solid #E00;
  color: #E00;
}

.lineup .bd_frame_body .lineuplist .item_roastedbutter .item_term {
  color: #fff;
  background-color: #8e3200;
}

.lineup .bd_frame_body .lineuplist .item_roastedbutter .item_name {
  color: #8e3200;
}

.lineup .bd_frame_body .lineuplist .item_milksugar .item_term {
  color: #fff;
  background-color: #0099ff;
}

.lineup .bd_frame_body .lineuplist .item_milksugar .item_name {
  color: #0099ff;
}

.lineup .bd_frame_body .lineuplist .item_original .item_term {
  color: #fff;
  background-color: #9b6d49;
}

.lineup .bd_frame_body .lineuplist .item_original .item_name {
  color: #9b6d49;
}

.lineup .bd_frame_body .lineuplist .item_maple_cheese .item_term {
  color: #fff;
  background-color: #b43534;
}

.lineup .bd_frame_body .lineuplist .item_maple_cheese .item_name {
  color: #b43534;
}

.lineup .bd_frame_body .lineuplist .item_walnut_raisin .item_term {
  color: #fff;
  background-color: #784698;
}

.lineup .bd_frame_body .lineuplist .item_walnut_raisin .item_name {
  color: #784698;
}

.lineup .bd_frame_body .lineuplist .item_pistachio .item_term {
  color: #fff;
  background-color: #718407;
}

.lineup .bd_frame_body .lineuplist .item_pistachio .item_name {
  color: #718407;
}

.lineup .bd_frame_body .lineuplist .item_rose .item_term {
  color: #fff;
  background-color: #D62B43;
}

.lineup .bd_frame_body .lineuplist .item_rose .item_name {
  color: #D62B43;
}

.lineup .bd_frame_body .lineuplist .item_violet .item_term {
  color: #fff;
  background-color: #6D4A96;
  font-size: 11px;
}

.lineup .bd_frame_body .lineuplist .item_violet .item_name {
  color: #6D4A96;
}

/*----- ここまで -----*/

.lineup .bd_frame_body .notes {
  width: 680px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.lineup .bd_frame_body .notes + ul {
  margin-top: 22px;
}

.lineup .bd_frame_body .notes li {
  text-indent: -1em;
  padding-left: 1em;
}

.lineup .bd_frame_body .notes li p {
  text-indent: 0;
}

.lineup .bd_frame_body .notes li ul li {
  padding-left: 2em;
  font-size: 12px;
  line-height: 18px;
}

/* cool style */

.bd_contents.cool {
  padding-top: 0;
}

.lineup.cool .bd_frame_body {
  padding-bottom: 0;
}

.lineup.cool .bd_frame_body .lineuplist {
  width: 880px;
  margin: 0 auto;
  padding-top: 20px;
  background: url(../images/16_lineup-cool_bg.jpg) repeat-x bottom center #edf9ff;
}

.lineup.cool .bd_frame_body .lineuplist .item_title {
  width: 840px;
  height: 330px;
  line-height: 330px;
  margin: 0 auto 40px auto;
  text-align: center;
  background: url("../images/21_lineup-cool_ttl210518.jpg") no-repeat top center;
  text-indent: -9999px;
}

.lineup.cool .bd_frame_body .lineuplist .item_wrap {
  border: none;
  margin-bottom: 0px;
}

.lineup.cool .bd_frame_body .notes {
  background-color: #29afec;
  width: 840px;
  margin: 0 auto 50px;
  padding: 40px 0;
}

.lineup.cool .bd_frame_body .notes li {
  width: 700px;
  margin: 0 auto;
  color: #fff;
}

.lineup .bd_frame_body .notes li strong {
  color: #ffff00;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block .lineup .bd_frame_body h1 {
    margin-bottom: 10px;
    background-image: url(../images/17_smp_lineup_h1.gif);
  }

  #contents_block .lineup .bd_frame_body h2 {
    margin: 0 auto 9px;
    width: 95%;
    height: 0;
    padding-top: 12.5%;
    background: url(../images/14_smp_lineup_ttl.gif) no-repeat center 0;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents_block .lineup .bd_frame_body p.term {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 15px 0;
    font-weight: bold;
  }

  #contents_block .lineup .bd_frame_body p.term strong {
    color: #cd173b;
    font-size: 20px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist {
    width: 100%;
    margin: 0 auto;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_wheat {
    width: 87.5%;
    height: 0;
    padding-top: 118.75%;
    margin: 0 auto 20px auto;
    background: url("../images/21_smp_lineup-wheat_ttl210518.jpg") no-repeat center top;
    background-size: cover
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_wrap {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    margin: 0 auto;
    border: none;
    display: block;
    letter-spacing: 0;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_info_announcement {
    width: inherit;
    font-size: 16px;
    padding: 20px 0 3px 0;
    border-width: 1px 0;
    margin: 0 auto 10px;
    background: none;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_wrap {
    width: 95%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_block {
    display: block;
    box-sizing: border-box;
    width: 50%;
    margin: 0 0 26px;
    padding: 0 2% 20px;
    border-bottom: 1px solid #c2a373;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_wrap > div:nth-child(3n)::after {
    display: none;
  }

  /* 最後の商品数が奇数の時に必要な記述 */
  #contents_block .lineup .bd_frame_body .lineuplist .item_block.item_butter {
    /*padding: 0 82px 20px;*/
    width: 100%;
    padding: 0 25% 20px;
  }
  
  #contents_block .lineup .bd_frame_body .lineuplist .item_block.item_butter::after {
    display: none;
  }
  /* ここまで */
  
  /* 最後の商品数が偶数の時に必要な記述 */
  #contents_block .lineup .bd_frame_body .lineuplist .item_wrap > div.item_milksugar::after,
  #contents_block .lineup .bd_frame_body .lineuplist .item_wrap > div.item_walnut_raisin::after,
  #contents_block .lineup .bd_frame_body .lineuplist .item_wrap > div.item_yubarimelon::after {
    display: none;
  }
  /* ここまで */
  
  #contents_block .lineup .bd_frame_body .lineuplist .item_term {
    height: auto;
    width: 100%;
    margin: 0 auto 8px;
    padding: 6px 0;
    font-size: 9px;
    line-height: 12px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_marukyu .item_term,
  #contents_block .lineup .bd_frame_body .lineuplist .item_kobeplain .item_term {
    padding: 4px 0;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_term_notes {
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 8px;
    line-height: 12px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_suspension {
    font-size: 8px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_term_release {
    font-size: 8px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_type {
    height: 27px;
    margin-bottom: 5px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_type span {
    padding: 0 10px;
    border-radius: 9px;
    font-size: 9px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_image {
    width: 75%;
    margin: 0 auto;
    height: auto;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_image img {
    width: 100%;
    height: auto;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_name {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_name .en {
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    font-size: 10px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_description {
    text-align: center;
    font-size: 10px;
    line-height: 15px;
  }

  /* 商品説明文の高さ調整（IE対策） */
  /*
  #contents_block .lineup .bd_frame_body .lineuplist .item_chocolat .item_description {
    height: 45px;
  }
  
  #contents_block .lineup .bd_frame_body .lineuplist .item_vsop .item_description {
    height: auto;
  }
  */
  /* ここまで */

  /* 商品説明文の高さ調整（IE対策） */
  .lineup .bd_frame_body .item_sugar_butter .item_description,
  .lineup .bd_frame_body .item_walnut_raisin .item_description,
  .lineup .bd_frame_body .item_lemonsugar .item_description {
    height: 45px;
  }
  /* ここまで */
  
  #contents_block .lineup .bd_frame_body .lineuplist .item_data {
    width: 100%;
    margin: 15px auto 0;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_data th {
    box-sizing: border-box;
    display: block;
    width: auto;
    margin-bottom: 3px;
    padding: 0 5px;
    color: #333;
    font-size: 10px;
    line-height: 14px;
    background: #ddd;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_data.item_data-new th {
    background: #efda83;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_data td {
    display: block;
    margin-bottom: 6px;
    padding: 0;
    font-size: 10px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_ingredient {
    margin-top: 0;
    font-size: 10px;
    line-height: 14px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_ingredient dt {
    padding: 0 5px;
    margin-bottom: 3px;
    text-align: left;
    background: #ddd;
    color: #333;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .item_ingredient dd {
    padding: 0 5px;
  }

  #contents_block .lineup .bd_frame_body .notes {
    /*width: 304px;*/
    width: 95%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  #contents_block .lineup .bd_frame_body .notes li ul li {
    font-size: 8px;
    line-height: 12px;
  }

  #contents_block .lineup .bd_frame_body .lineuplist .kome {
    color: #FF5A5D;
    font-size: 11px;
    line-height: 16px;
    height: 32px;
    margin-top: 2px;
    margin-left: 0;
  }

  /* cool style */
  #contents_block .lineup.cool .bd_frame_body .lineuplist {
    padding-top: 10px;
  }

  #contents_block .lineup.cool .bd_frame_body .lineuplist .item_title {
    width: 87.5%;
    height: 0;
    padding-top: 118.75%;
    margin: 0 auto 20px auto;
    background: url("../images/21_smp_lineup-cool_ttl210518.jpg") no-repeat center top;
    background-size: cover
  }

  #contents_block .lineup.cool .bd_frame_body .notes {
    background-color: #29afec;
    /*width: 260px;*/
    width: 81.25%;
    margin: 0 auto 50px;
    padding: 20px;
  }

  #contents_block .lineup.cool .bd_frame_body .notes li {
    /*width: 260px;*/
    width: auto;
    margin: 0 auto;
  }

  #contents_block .lineup.cool .bd_frame_body .lineuplist .item_ingredient dt {
    background: #efda83;
  }
}


/*------------------------------

ラ レコルト

------------------------------*/

#recolte .recolte_over {
  background: #333;
  padding: 30px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
}

#recolte .recolte_limited_over {
  margin-bottom: 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
}

#recolte .recolte_visual {
  height: 657px;
  background: #161616;
}

#contents_block #recolte .recolte_visual .visual_pc {
  height: 657px;
  position: relative;
}

#contents_block #recolte .recolte_visual .visual_pc .visual_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 657px;
  background: url("../images/23_larecolte_visual230511.jpg") no-repeat center top;
  overflow: hidden;
  display: none;
}

#contents_block #recolte .recolte_visual .visual_pc .visual_scene1,
#contents_block #recolte .recolte_visual .visual_pc .visual_scene2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 520px;
  height: 550px;
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
}

#contents_block #recolte .recolte_visual .visual_pc .visual_scene1.is-show,
#contents_block #recolte .recolte_visual .visual_pc .visual_scene2.is-show {
  opacity: 1;
  transition-property: all;
  transition-timing-function: ease-in;
  transition-duration: 1s;
}

#contents_block #recolte .recolte_visual .visual_sp {
  display: none;
}

#recolte .recolte_lineup {
  padding: 50px 0;
  background: #161616 url(../images/17_larecolte_bg.jpg) center top;
}

#recolte .recolte_giftbox {
  margin: 0 auto 68px;
  width: 980px;
  height: 710px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/23_larecolte_package230117.png");
}

#recolte .recolte_single {
  margin: 0 auto 64px;
}

#recolte .recolte_single h2 {
  width: 880px;
  height: 40px;
  margin: 0 auto 40px;
  background: url(../images/17_larecolte_single.png) no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
}

#recolte .recolte_single ul {
  width: 768px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#recolte .recolte_single ul li {
  width: 330px;
  height: 680px;
  text-indent: -9999px;
  overflow: hidden;
}

#recolte .recolte_lineup .recolte_single ul li:nth-child(1) {
  background: url("../images/21_larecolte_berry211228.png") no-repeat center center;
}

#recolte .recolte_lineup .recolte_single ul li:nth-child(2) {
  background: url("../images/21_larecolte_pistachio210928.png") no-repeat center center;
}

#recolte .recolte_note {
  width: 980px;
  margin: 0 auto 15px;
  padding: 30px 40px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #FFF;
  border: solid 1px #494949;
}

#recolte .recolte_note span {
  font-size: 24px;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #recolte .recolte_over {
    padding: 26px 20px;
    font-size: 12px;
  }

  #contents_block #recolte .recolte_limited_over {
    margin-bottom: 20px;
    font-size: 12px;
  }

  #contents_block #recolte {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }

  #contents_block #recolte .recolte_visual {
    height: auto;
    background: #161616;
  }

  #contents_block #recolte .recolte_visual .visual_pc {
    display: none;
  }

  #contents_block #recolte .recolte_visual .visual_sp {
    width: 100%;
    height: 0;
    /*padding-top: 214%;*/
    padding-top: 190%; /*←日付が消えてる時は */
    position: relative;
    margin: 0 auto;
    display: block;
  }

  #contents_block #recolte .recolte_visual .visual_sp img {
    width: 100%;
  }

  #contents_block #recolte .recolte_visual .visual_sp .visual_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/23_smp_larecolte_visual230511.jpg") no-repeat center top;
    background-size: cover;
    display: none;
    background-color: aqua;
  }

  #contents_block #recolte .recolte_visual .visual_sp .visual_logo {
    position: absolute;
    top: 9.34%;
    left: 34.375%;
    width: 60.94%;
    height: auto;
    opacity: 0;
    transition: all 1s;
  }

  #contents_block #recolte .recolte_visual .visual_sp .visual_copy1 {
    position: absolute;
    /*top: 38.25%;*/
    top: 40%; /*←日付が消えてる時は */
    left: 9.375%;
    width: 81.25%;
    height: auto;
    opacity: 0;
    transition: all 1s;
  }

  #contents_block #recolte .recolte_visual .visual_sp .visual_copy2 {
    position: absolute;
    /*top: 58.4%;*/
    top: 64%; /*←日付が消えてる時は */
    left: 9.375%;
    width: 81.25%;
    height: auto;
    opacity: 0;
    transition: all 1s;
  }

  #contents_block #recolte .recolte_visual .visual_sp .visual_logo.is-show {
    opacity: 1;
  }

  #contents_block #recolte .recolte_visual .visual_sp .visual_copy1.is-show {
    opacity: 1;
  }

  #contents_block #recolte .recolte_visual .visual_sp .visual_copy2.is-show {
    opacity: 1;
  }

  #contents_block #recolte .recolte_lineup {
    padding: 20px 4.6875%;
    background: #161616 url(../images/17_smp_larecolte_bg.jpg) center top;
  }

  #contents_block #recolte .recolte_giftbox {
    margin: 0 auto 21px;
    width: 100%;
    height: 0;
    padding-top: 141.38%;
    background: url("../images/23_smp_larecolte_package230117.png") no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents_block #recolte .recolte_single {
    margin: 0 auto 28px;
  }

  #contents_block #recolte .recolte_single h2 {
    width: 100%;
    height: 0;
    padding-top: 6.89655%;
    margin: 0 auto 16px;
    background: url(../images/17_smp_larecolte_single.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents_block #recolte .recolte_single ul {
    width: 100%;
  }

  #contents_block #recolte .recolte_single ul li {
    width: 46.55%;
    height: 0;
    padding-top: 129.31%;
    /* 750px */
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents_block #recolte .recolte_lineup .recolte_single ul li:nth-child(1) {
    background: url("../images/21_smp_larecolte_berry211228.png") no-repeat center center;
    background-size: contain;
  }

  #contents_block #recolte .recolte_lineup .recolte_single ul li:nth-child(2) {
    background: url("../images/21_smp_larecolte_pistachio210928.png") no-repeat center center;
    background-size: contain;
  }

  #contents_block #recolte .recolte_note {
    width: 100%;
    margin: 0 auto 5px;
    padding: 26px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    color: #FFF;
    border: solid 1px #494949;
  }

  #contents_block #recolte .recolte_note span {
    font-size: 16px;
  }
}


/*------------------------------

リシェ エ ドゥ

------------------------------*/

#contents_block .bd_contents#richeetdoux {
  padding: 0;
  background-color: #0a0707;
  background-image: url(../images/richeetdoux/20_pc_richeetdoux_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}

#contents_block #richeetdoux .richeetdoux_over {
  background: #333;
  padding: 30px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
}

#contents_block #richeetdoux .richeetdoux_visual {
  width: 940px;
  margin: 0 auto;
}

#contents_block #richeetdoux .richeetdoux_visual .visual_pc {
  height: 740px;
  margin: 0 auto;
  position: relative;
}

#contents_block #richeetdoux .richeetdoux_visual .visual_pc img {
  width: 100%;
}

#contents_block #richeetdoux .richeetdoux_visual .visual_pc .visual_img {
  position: absolute;
  top: 0;
  left: -130px;
  width: 600px;
  height: 740px;
  overflow: hidden;
  display: none;
}

#contents_block #richeetdoux .richeetdoux_visual .visual_pc .visual_scene1,
#contents_block #richeetdoux .richeetdoux_visual .visual_pc .visual_scene2 {
  position: absolute;
  margin: 0;
  transition-property: all;
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
}

#contents_block #richeetdoux .richeetdoux_visual .visual_pc .visual_scene1 {
  top: 137px;
  right: 10px;
  width: 429px;
  height: 465px;
  overflow: hidden;
  opacity: 0;
}

#contents_block #richeetdoux .richeetdoux_visual .visual_pc .visual_scene2 {
  top: 64px;
  right: 20px;
  width: 411px;
  height: 611px;
  overflow: hidden;
  opacity: 0;
}

#contents_block #richeetdoux .richeetdoux_visual .visual_pc .visual_scene1.is-show,
#contents_block #richeetdoux .richeetdoux_visual .visual_pc .visual_scene2.is-show {
  opacity: 1;
  transition-property: all;
  transition-timing-function: ease-in;
  transition-duration: 1s;
}

#contents_block #richeetdoux .richeetdoux_visual .visual_sp {
  display: none;
}

#contents_block #richeetdoux .richeetdoux_lineup {
  padding: 80px 0 50px;
}

#contents_block #richeetdoux .richeetdoux_single {
  margin: 0 auto 40px;
}

#contents_block #richeetdoux .richeetdoux_single ul {
  width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#contents_block #richeetdoux .richeetdoux_single ul li {
  width: 280px;
  height: 719px;
  text-indent: -9999px;
  overflow: hidden;
}

#contents_block #richeetdoux .richeetdoux_single ul li.chocolat {
  background: url("../images/richeetdoux/20_pc_richeetdoux_item_chocolat.png") no-repeat center center;
  width: 100% auto;
}

#contents_block #richeetdoux .richeetdoux_single ul li.berry {
  background: url("../images/richeetdoux/20_pc_richeetdoux_item_berry.png") no-repeat center center;
  width: 100% auto;
}

#contents_block #richeetdoux .richeetdoux_single ul li.matcha {
  background: url("../images/richeetdoux/20_pc_richeetdoux_item_matcha.png") no-repeat center center;
  width: 100% auto;
}

#contents_block #richeetdoux .richeetdoux_release {
  display: block;
  background: url(../images/richeetdoux/20_pc_richeetdoux_release.png) no-repeat center 0;
  width: 940px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: 30px;
  margin-bottom: 50px;
}

#contents_block #richeetdoux .richeetdoux_release * {
  display: none;
}

#contents_block #richeetdoux .richeetdoux_notes {
  display: block;
  background: url(../images/richeetdoux/20_pc_richeetdoux_notes.png) no-repeat center 0;
  width: 940px;
  height: 82px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: 60px;
}

#contents_block #richeetdoux .richeetdoux_notes br {
  display: none;
}

#contents_block #richeetdoux .richeetdoux_about {
  display: block;
  background: url(../images/richeetdoux/20_pc_richeetdoux_about.png) no-repeat center 0;
  width: 761px;
  height: 556px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 60px;
}

#contents_block #richeetdoux .richeetdoux_about * {
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0;
}

#contents_block #richeetdoux .richeetdoux_about br {
  display: none;
}

#contents_block #richeetdoux .richeetdoux_giftbox {
  margin: 60px auto 0;
  width: 940px;
  height: 515px;
  overflow: hidden;
  background: url(../images/richeetdoux/20_pc_larecolte_giftbox.png) no-repeat center 0;
}

#contents_block #richeetdoux .richeetdoux_giftbox * {
  overflow: hidden;
  text-indent: -9999px;
}

#contents_block #richeetdoux .richeetdoux_giftbox br {
  display: none;
}

#contents_block #richeetdoux .richeetdoux_end {
  width: 940px;
  margin: 50px auto 0;
  padding: 30px 40px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #FFF;
  border: solid 1px #d2994c;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #richeetdoux .richeetdoux_over {
    padding: 26px 20px;
    font-size: 12px;
  }

  #contents_block .bd_contents#richeetdoux {
    width: 100%;
    overflow: hidden;
    background-image: none;
  }

  #contents_block #richeetdoux .richeetdoux_visual {
    width: 100%;
    margin: 0;
  }

  #contents_block #richeetdoux .richeetdoux_visual .visual_pc {
    display: none;
  }

  #contents_block #richeetdoux .richeetdoux_visual .visual_sp {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  #contents_block #richeetdoux .richeetdoux_visual .visual_sp img {
    width: 100%;
  }

  #contents_block #richeetdoux .richeetdoux_visual .visual_sp .visual_img {
    width: auto;
    height: auto;
  }

  #contents_block #richeetdoux .richeetdoux_visual .visual_sp .visual_logo {
    position: relative;
    width: 50%;
    margin: -19.8% auto 0 auto;
  }

  #contents_block #richeetdoux .richeetdoux_visual .visual_sp .visual_copy1 {
    width: 90.625%;
    margin: 0 auto;
    position: absolute;
    top: 5vw;
    left: 4.6875%;
  }

  #contents_block #richeetdoux .richeetdoux_visual .visual_sp .visual_copy2 {
    width: 90.625%;
    margin: 7.8% auto 0 auto;
  }

  #contents_block #richeetdoux .richeetdoux_lineup {
    padding: 55px 0 65px 0;
  }

  #contents_block #richeetdoux .smp_bg {
    background-image: url(../images/richeetdoux/20_smp_richeetdoux_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
  }

  #contents_block #richeetdoux .richeetdoux_single {
    margin: 0 auto 40px;
  }

  #contents_block #richeetdoux .richeetdoux_single ul {
    width: 90.625%;
    margin: 0 auto;
    display: block;
  }

  #contents_block #richeetdoux .richeetdoux_single ul li {
    width: 100%;
    height: 0;
    padding-top: 79.48%;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: -2.5%;
  }

  #contents_block #richeetdoux .richeetdoux_single ul li.chocolat {
    background: url("../images/richeetdoux/20_smp_richeetdoux_item_chocolat.png") no-repeat center 0;
    background-size: contain;
    margin-top: 0;
  }

  #contents_block #richeetdoux .richeetdoux_single ul li.berry {
    background: url("../images/richeetdoux/20_smp_richeetdoux_item_berry.png") no-repeat center 0;
    background-size: contain;
  }

  #contents_block #richeetdoux .richeetdoux_single ul li.matcha {
    background: url("../images/richeetdoux/20_smp_richeetdoux_item_matcha.png") no-repeat center 0;
    background-size: contain;
  }

  #contents_block #richeetdoux .richeetdoux_release {
    display: block;
    background: url(../images/richeetdoux/20_smp_richeetdoux_release.png) no-repeat center 0;
    background-size: contain;
    width: 90.625%;
    height: 0;
    padding-top: 50.78%;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999px;
    margin-bottom: 50px;
  }

  #contents_block #richeetdoux .richeetdoux_notes {
    display: block;
    background: url(../images/richeetdoux/20_smp_richeetdoux_notes.png) no-repeat center 0;
    background-size: contain;
    width: 90.625%;
    height: 0;
    padding-top: 28.125%;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: 60px;
  }

  #contents_block #richeetdoux .richeetdoux_about {
    display: block;
    background: url(../images/richeetdoux/20_smp_richeetdoux_about.png) no-repeat center 0;
    background-size: contain;
    height: 0;
    padding-top: 115%;
    overflow: hidden;
    width: 90.625%;
    margin: 60px auto 0;
  }

  #contents_block #richeetdoux .richeetdoux_about * {
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0;
  }

  #contents_block #richeetdoux .richeetdoux_about br {
    display: none;
  }

  #contents_block #richeetdoux .richeetdoux_giftbox {
    display: block;
    width: 90.625%;
    height: 0;
    padding-top: 125.78%;
    margin: 60px auto 0;
    overflow: hidden;
    background: url(../images/richeetdoux/20_smp_larecolte_giftbox.png) no-repeat center 0;
    background-size: contain;
  }

  #contents_block #richeetdoux .richeetdoux_giftbox * {
    overflow: hidden;
    text-indent: -9999px;
  }

  #contents_block #richeetdoux .richeetdoux_giftbox br {
    display: none;
  }

  #contents_block #richeetdoux .richeetdoux_end {
    width: 90.625%;
    margin: 60px auto 0;
    padding: 26px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    color: #FFF;
    border: solid 1px #d2994c;
  }
}


/*------------------------------

Gift

------------------------------*/

#gift .bd_frame_body h1 {
  margin-bottom: 15px;
}

#gift .bd_frame_body h2 {
  text-align: center;
  margin-bottom: 50px;
}

#gift .bd_frame_body #giftlist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #cec8c4;
  overflow: hidden;
}

#gift .bd_frame_body #giftlist dl.item01 {
  width: 180px;
  margin: 0 15px 30px;
}

#gift .bd_frame_body #giftlist dl.item02 {
  width: 230px;
  margin: 0 15px 30px;
}

#gift .bd_frame_body #giftlist dl.item03 {
  width: 280px;
  margin: 0 15px 30px;
}

#gift .bd_frame_body #giftlist dl.item04,
#gift .bd_frame_body #giftlist dl.item05 {
  width: 310px;
  margin: 0 15px;
}

/*
#gift .bd_frame_body #giftlist {
  width: 800px;
  margin: 0 auto 30px auto;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #cec8c4;
  overflow: hidden;
  _zoom: 1;
}

#gift .bd_frame_body #giftlist dl {
  float: left;
}

#gift .bd_frame_body #giftlist dl.item01 {
  width: 141px;
  margin: 30px 50px 0 16px;
}

#gift .bd_frame_body #giftlist dl.item02 {
  width: 221px;
  margin: 30px 50px 0 0;
}

#gift .bd_frame_body #giftlist dl.item03 {
  width: 322px;
  margin: 0;
}

#gift .bd_frame_body #giftlist dl.item04 {
  width: 350px;
  margin: 30px 29px 0 16px;
}

#gift .bd_frame_body #giftlist dl.item05 {
  width: 405px;
  margin: 70px 0 0 0;
}
*/

#gift .bd_frame_body #giftlist dl dt {
  margin-bottom: 15px;
  text-align: center;
}

#gift .bd_frame_body #giftlist dl dt img {
  vertical-align: middle;
}

#gift .bd_frame_body #giftlist dl dd {
  margin: 0;
}

#gift .bd_frame_body #giftlist dl dd p {
  color: #3b2c24;
  text-align: center;
}

#gift .bd_frame_body #giftlist dl dd p span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2px;
}

#gift .bd_frame_body #giftlist_carry {
  width: 708px;
  margin: 0 auto 30px auto;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #cec8c4;
  overflow: hidden;
  _zoom: 1;
}

#gift .bd_frame_body #giftlist_carry h2 {
  text-align: left;
}

#gift .bd_frame_body #giftlist_carry dl {
  text-align: center;
  margin-bottom: 20px;
}

#gift .bd_frame_body #giftlist_wrapping {
  width: 708px;
  margin: 0 auto 30px auto;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #cec8c4;
  overflow: hidden;
  _zoom: 1;
}

#gift .bd_frame_body #giftlist_wrapping h2 {
  text-align: left;
}

#gift .bd_frame_body #giftlist_wrapping dl {
  text-align: center;
  margin-bottom: 20px;
}

#gift .bd_frame_body #giftnotes {
  width: 710px;
  margin: 0 auto 0 auto;
  letter-spacing: 2px;
  font-size: 120%;
  color: #3b2c24;
  line-height: 1.7;
}

#gift .bd_frame_body #giftnotes ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}

#gift .bd_frame_body p#info {
  width: 860px;
  margin: 40px auto 0 auto;
  color: #3b2c24;
  text-align: center;
  letter-spacing: 2px;
  font-size: 140%;
}

#contents_block #gift .bd_frame_body #giftnotes ul li.giftnotes_caution {
  color: #FF0000;
  padding-left: 1em;
  text-indent: -1em;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #gift .bd_frame_body h1 {
    margin-bottom: 10px;
    background-image: url(../images/17_smp_gift_h1.gif);
  }

  #contents_block #gift .bd_frame_body h2 {
    margin: 0 auto 8px;
    width: 95%;
    height: 0;
    padding-top: 21.88%;
    background: url(../images/14_smp_gift_ttl.gif) no-repeat center 0;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents_block #gift .bd_frame_body #giftlist {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }

  #contents_block #gift .bd_frame_body #giftlist dl {
    float: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #cec8c4;
  }

  #contents_block #gift .bd_frame_body #giftlist dl.item01,
  #contents_block #gift .bd_frame_body #giftlist dl.item02,
  #contents_block #gift .bd_frame_body #giftlist dl.item03,
  #contents_block #gift .bd_frame_body #giftlist dl.item04,
  #contents_block #gift .bd_frame_body #giftlist dl.item05 {
    width: 100%;
    margin: 0 0 20px;
  }

  #contents_block #gift .bd_frame_body #giftlist dl dt {
    margin: 0 auto 5px;
  }

  #contents_block #gift .bd_frame_body #giftlist dl.item01 dt {
    /* width:100% = 608px */
    /* width: 180px; */
    width: 29.61%;
  }
  #contents_block #gift .bd_frame_body #giftlist dl.item02 dt {
    /* width: 230px; */
    width: 37.83%;
  }
  #contents_block #gift .bd_frame_body #giftlist dl.item03 dt {
    /* width: 280px; */
    width: 46.05%;
  }
  #contents_block #gift .bd_frame_body #giftlist dl.item04 dt,
  #contents_block #gift .bd_frame_body #giftlist dl.item05 dt {
    /* width: 310px; */
    width: 50.99%;
  }

  #contents_block #gift .bd_frame_body #giftlist dl dt img {
    width: 100%;
    height: auto;
  }

  #contents_block #gift .bd_frame_body #giftlist dl.item04 dt {
    margin: 0 auto 5px;
  }

  #contents_block #gift .bd_frame_body #giftlist dl dd {
    margin: 0;
  }

  #contents_block #gift .bd_frame_body #giftlist dl dd p {
    font-size: 11px;
    line-height: 20px;
  }

  #contents_block #gift .bd_frame_body #giftlist dl dd p span {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  #contents_block #gift .bd_frame_body #giftlist_carry {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }

  #contents_block #gift .bd_frame_body #giftlist_carry h2 {
    margin: 0 auto 8px;
    width: 100%;
    height: 0;
    padding-top: 10.53%;
    background: url(../images/16_smp_gift_carry_ttl.gif) no-repeat center 0;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents_block #gift .bd_frame_body #giftlist_carry dl {
    float: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #cec8c4;
    width: 100%;
    margin: 0 0 20px;
  }

  #contents_block #gift .bd_frame_body #giftlist_carry dl dt {
    margin: 0 auto 5px;
    width: 85.53%;
    text-align: center;
  }

  #contents_block #gift .bd_frame_body #giftlist_carry dl dt img {
    width: 100%;
    height: auto;
  }

  #contents_block #gift .bd_frame_body #giftlist_wrapping {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }

  #contents_block #gift .bd_frame_body #giftlist_wrapping h2 {
    margin: 0 auto 8px;
    width: 100%;
    height: 0;
    padding-top: 10.53%;
    background: url(../images/16_smp_gift_wrapping_ttl.gif) no-repeat center 0;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents_block #gift .bd_frame_body #giftlist_wrapping dl {
    float: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #cec8c4;
    width: 100%;
    margin: 0 0 20px;
  }

  #contents_block #gift .bd_frame_body #giftlist_wrapping dl dt {
    margin: 0 auto 5px;
    width: 85.53%;
    text-align: center;
  }

  #contents_block #gift .bd_frame_body #giftlist_wrapping dl dt img {
    width: 100%;
    height: auto;
  }

  #contents_block #gift .bd_frame_body #giftnotes {
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 10px;
    line-height: 2;
    background-size: 210px 135px;
  }

  #contents_block #gift .bd_frame_body #giftnotes ul li {
    padding-left: 1em;
    text-indent: -1em;
  }

  #contents_block #gift .bd_frame_body p#info {
    width: 95%;
    margin: 22px auto;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }
}


/*------------------------------

 Shop

------------------------------*/

#shop .bd_frame_body ul {
  width: 840px;
  margin: 0 auto;
}

#shop .bd_frame_body ul li {
  margin-bottom: 10px;
  overflow: hidden;
  _zoom: 1;
}

#shop .bd_frame_body ul li.shop01 {
  border-bottom: 1px solid #cec8c4;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#shop .bd_frame_body ul li.shop02 {
  border-bottom: 1px solid #cec8c4;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

#shop .bd_frame_body ul li dl {
  width: 840px;
}

#shop .bd_frame_body ul li dl dt {
  margin-bottom: 14px;
  padding: 15px 0 8px 0px;
  height: 55px;
  text-align: center;
}

#shop .bd_frame_body ul li dl dd {
  margin-bottom: 20px;
}

#shop .bd_frame_body ul li dl dd.open {
  color: #FF5A5D;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
}

#shop .bd_frame_body ul li dl dd img.pic {
  margin-right: 10px;
}

#shop .bd_frame_body ul li table th,
#shop .bd_frame_body ul li table td {
  letter-spacing: 2px;
}

#shop .bd_frame_body ul li table th {
  padding: 4px 0 4px 12px;
  width: 130px;
  text-align: left;
  font-weight: normal;
  color: #652b0e;
  background-color: #fbf0ba;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 8px solid #fff;
}

#shop .bd_frame_body ul li table td {
  padding: 4px 0 4px 12px;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 8px solid #fff;
}

#shop .bd_frame_body #contactinfo {
  margin: 0 auto 0 auto;
  padding: 10px 20px;
  width: 600px;
  border: 1px solid #cec8c4;
  background-color: #fffdf4;
}

#shop .bd_frame_body #contactinfo table {
  text-align: center;
  letter-spacing: 2px;
  font-size: 120%;
}

#shop .bd_frame_body #contactinfo th#infotitle {
  padding: 4px 0 4px 12px;
  width: 113px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  color: #652b0e;
  background-color: #fbf0ba;
  line-height: 18px;
}

#shop .bd_frame_body #contactinfo td {
  padding-left: 15px;
  text-align: left;
}

#shop .bd_frame_body p#shopinfo {
  width: 860px;
  margin: 30px auto 0 auto;
  text-align: center;
  letter-spacing: 2px;
  font-size: 120%;
}

#shop .bd_frame_body p#openinfo {
  width: 860px;
  margin: 40px auto 0 auto;
  color: #BBB;
  text-align: center;
  letter-spacing: 1px;
}

#shop .bd_frame_body .shop_list {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#shop .bd_frame_body .shop_list dl {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #652b0e;
}

#shop .bd_frame_body .shop_list dl dt {
  float: left;
  clear: both;
}

#shop .bd_frame_body .shop_list dl dt a {
  background: #652b0e;
  padding: 3px 15px;
  font-weight: bold;
  text-align: left;
  color: #FFF;
}

#shop .bd_frame_body .shop_list dl dt a:hover {
  background: #924d2b;
}

#shop .bd_frame_body .shop_list dl dd {
  margin: 0 0 15px 77px;
  padding: 3px 0;
  text-align: left;
}

#shop .bd_frame_body .shop_list dl dd p {
  display: inline-block;
  margin-right: 1em;
}

#shop .bd_frame_body .shop_list dl dd p span {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  color: #FF5A5D;
  vertical-align: top;
}

#shop .bd_frame_body .shop_list p a {
  color: #652b0e;
}

#shop .bd_frame_body .shop_list p a:hover {
  color: #E4B12E;
}

#shop .bd_frame_body .shop_list dl dd p a::after {
  display: inline;
  content: "\025bc";
  padding-left: 5px;
  font-size: 12px;
  line-height: 22px;
  vertical-align: top;
  color: #E4B12E;
}

#shop .bd_frame_body .shop_list dl dd p a::after {
  display: inline;
  content: "\025bc";
  padding-left: 5px;
  font-size: 12px;
  line-height: 22px;
  vertical-align: top;
  color: #E4B12E;
}

#shop .bd_frame_body #shop_notes {
  width: 840px;
  margin: 0 auto 40px;
}

#shop .bd_frame_body #shop_notes p {
  font-weight: bold;
  font-size: 180%;
  text-align: center;
}

#shop .bd_frame_body #shop_notes dl {
  width: 680px;
  margin: 0 auto;
  font-size: 120%;
}

#shop .bd_frame_body #shop_notes dl dd ul li {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

#shop .bd_frame_body #shop_notes dl dd ul li::before {
  content: "・";
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #shop .bd_frame_body h1 {
    margin-bottom: 10px;
    background-image: url(../images/17_smp_shop_h1.gif);
  }

  #contents_block #shop .bd_frame_body ul {
    width: 95%;
  }

  #contents_block #shop .bd_frame_body ul li {
    margin-bottom: 0;
  }

  #contents_block #shop .bd_frame_body ul li.shop01 {
    margin-bottom: 13px;
    padding-bottom: 20px;
  }

  #contents_block #shop .bd_frame_body ul li.shop02 {}
  #contents_block #shop .bd_frame_body ul li dl {
    width: 100%;
  }

  #contents_block #shop .bd_frame_body ul li dl dt {
    width: 93.75%;
    margin: 0 auto 11px;
    padding: 0;
    height: inherit;
  }

  #contents_block #shop .bd_frame_body ul li dl dt img {
    width: 100%;
    height: auto;
  }

  #contents_block #shop .bd_frame_body ul li dl dd {
    width: 94.74%;
    margin: 0 auto 20px;
  }

  #contents_block #shop .bd_frame_body ul li dl dd.open {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
  }

  #contents_block #shop .bd_frame_body ul li dl dd img.pic {
    margin-right: 0;
    margin-bottom: 4px;
    width: 100%;
    height: auto;
  }

  #contents_block #shop .bd_frame_body ul li dl dd img.map {
    width: 100%;
    height: auto;
  }

  #contents_block #shop .bd_frame_body ul li table {
    width: 94.74%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
  }

  #contents_block #shop .bd_frame_body ul li table tr,
  #contents_block #shop .bd_frame_body ul li table th,
  #contents_block #shop .bd_frame_body ul li table td {
    letter-spacing: 0;
    display: block;
  }

  #contents_block #shop .bd_frame_body ul li table th {
    padding: 0 5px;
    width: inherit;
    font-size: 11px;
    line-height: 16px;
    border-bottom: none;
  }

  #contents_block #shop .bd_frame_body ul li table td {
    margin-bottom: 5px;
    padding: 2px 3px;
    font-size: 11px;
    line-height: 20px;
    border-bottom: none;
  }

  #contents_block #shop .bd_frame_body #contactinfo {
    padding: 5px;
    width: 95%;
    box-sizing: border-box;
  }

  #contents_block #shop .bd_frame_body #contactinfo table {
    letter-spacing: 0;
    font-size: 11px;
    width: 100%;
  }

  #contents_block #shop .bd_frame_body #contactinfo table tr,
  #contents_block #shop .bd_frame_body #contactinfo table th,
  #contents_block #shop .bd_frame_body #contactinfo table td {
    display: block;
  }

  #contents_block #shop .bd_frame_body #contactinfo th#infotitle {
    padding: 0 5px;
    width: inherit;
    vertical-align: middle;
    font-size: 11px;
    line-height: 16px;
  }

  #contents_block #shop .bd_frame_body #contactinfo td {
    padding-left: 15px;
    text-align: center;
  }

  #contents_block #shop .bd_frame_body p#shopinfo {
    width: 95%;
    margin: 22px auto 10px;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 20px;
  }

  #contents_block #shop .bd_frame_body p#openinfo {
    width: 95%;
    margin: 22px auto 22px;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
  }

  #contents_block #shop .bd_frame_body .shop_list {
    width: 90.625%;
    padding-top: 10px;
    margin: 0 auto 15px;
  }

  #contents_block #shop .bd_frame_body .shop_list dl {
    font-size: 12px;
    line-height: 20px;
  }

  #contents_block #shop .bd_frame_body .shop_list dl dd {
    margin: 0 0 15px 69px;
    padding: 0;
  }

  #contents_block #shop .bd_frame_body .shop_list dl dd p span {
    padding-left: 0;
    font-size: 11px;
  }

  #contents_block #shop .bd_frame_body .shop_list dl dd p a::after {
    padding-left: 5px;
    font-size: 10px;
    line-height: 20px;
  }

  #contents_block #shop .bd_frame_body #shop_notes {
    width: 95%;
    margin: 20px auto;
  }

  #contents_block #shop .bd_frame_body #shop_notes p {
    font-size: 14px;
  }

  #contents_block #shop .bd_frame_body #shop_notes dl {
    width: 100%;
    font-size: 12px;
  }

  #contents_block #shop .bd_frame_body #shop_notes dl dd ul li {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}

#shop .bd_frame_body #shop_notes dl dd ul li::before {
  content: "・";
}


/*------------------------------

 FAQ

------------------------------*/

#faq .bd_frame_body .faq_list {
  width: 760px;
  padding: 53px 0 0 0;
  margin: 0 auto 18px auto;
  overflow: hidden;
  _zoom: 1;
}

#faq .bd_frame_body .faq_list:after {
  content: "";
  display: block;
  clear: both;
}

#faq .bd_frame_body .faq_list dt,
#faq .bd_frame_body .faq_list dd {
  padding-left: 60px;
  position: relative;
}

#faq .bd_frame_body .faq_list dt:before,
#faq .bd_frame_body .faq_list dd:before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 10px;
}

#faq .bd_frame_body .faq_list dt:before {
  background: url(../images/17_faq_q.gif) no-repeat 0 0;
  background-size: 34px 34px;
}

#faq .bd_frame_body .faq_list dd:before {
  background: url(../images/17_faq_a.gif) no-repeat 0 0;
  background-size: 34px 34px;
}

#faq .bd_frame_body .faq_list dt {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 16px;
  font-size: 18px;
  color: #883a13;
  font-weight: bold;
  line-height: 22px;
}

#faq .bd_frame_body .faq_list dd {
  min-height: 58px;
  padding-right: 13px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #3b2c24;
  line-height: 30px;
  border-bottom: 1px solid #cec8c4;
  box-sizing: border-box;
}

#faq .bd_frame_body .faq_list dd a {
  color: #0000ff;
}

#faq .bd_frame_body .faq_list dd a[target="_blank"] {
  display: inline-flex;
  align-items: center;
}

#faq .bd_frame_body .faq_list dd a[target="_blank"]::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 0.5em;
  background: url(../images/19_ico_blank.png) no-repeat center center;
  overflow: hidden;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #faq .bd_frame_body h1 {
    margin-bottom: 22px;
    background-image: url(../images/17_smp_faq_h1.gif);
  }

  #contents_block #faq .bd_frame_body .faq_list {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  #contents_block #faq .bd_frame_body .faq_list dt,
  #contents_block #faq .bd_frame_body .faq_list dd {
    padding-left: 33px;
  }

  #contents_block #faq .bd_frame_body .faq_list dt:before,
  #contents_block #faq .bd_frame_body .faq_list dd:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #contents_block #faq .bd_frame_body .faq_list dt:before {
    background: url(../images/17_smp_faq_q.gif) no-repeat 0 0;
    background-size: 22px 22px;
  }

  #contents_block #faq .bd_frame_body .faq_list dd:before {
    background: url(../images/17_smp_faq_a.gif) no-repeat 0 0;
    background-size: 22px 22px;
  }

  #contents_block #faq .bd_frame_body .faq_list dt {
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 20px;
  }

  #contents_block #faq .bd_frame_body .faq_list dd {
    padding-right: 0px;
    padding-bottom: 11px;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 20px;
  }
}


/*------------------------------

 News

------------------------------*/

#news .bd_frame_body h1 {
  margin-bottom: 53px;
}

#news .bd_frame_body .news_entry {
  width: 760px;
  margin: 0 auto 40px;
  line-height: 30px;
}

#news .bd_frame_body .news_entry .entry_header {
  padding: 20px 20px 20px 74px;
  min-height: 30px;
  max-height: 220px;
  font-weight: bold;
  font-size: 16px;
  color: #481f0a;
  vertical-align: middle;
  background: url(../images/14_news_entry_title.jpg) no-repeat 0 0;
  overflow: hidden;
}

#news .bd_frame_body .news_entry .entry_body {
  width: 720px;
  margin: 13px auto 0;
  font-size: 14px;
  color: #3b2c24;
  word-break: break-all;
}

#news .bd_frame_body .news_entry .entry_body img {
  max-width: 720px;
  height: auto;
}

#news .bd_frame_body .pager {
  width: 95%;
  margin: 13px auto 0;
  font-size: 14px;
  text-align: center;
}

#news .bd_frame_body .pager .pager_inner {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

#news .bd_frame_body .pager .pager_inner .link_page {
  margin: 5px 1px;
  padding: 3px 9px;
  background-color: #BF9700;
  color: #38261D;
  display: inline-block;
}

#news .bd_frame_body .pager .pager_inner .current_page {
  margin: 5px 1px;
  padding: 3px 9px;
  background-color: #38261D;
  color: #FFF;
  display: inline-block;
}

#news .bd_frame_body .pager .pager_inner .link_before:link,
#news .bd_frame_body .pager .pager_inner .link_next:link,
#news .bd_frame_body .pager .pager_inner .link_before:visited,
#news .bd_frame_body .pager .pager_inner .link_next:visited {
  margin: 1px;
  padding: 5px;
  color: #38261D;
}

#news .bd_frame_body .pager .pager_inner .link_before:hover,
#news .bd_frame_body .pager .pager_inner .link_next:hover,
#news .bd_frame_body .pager .pager_inner .link_before:active,
#news .bd_frame_body .pager .pager_inner .link_next:active {
  margin: 1px;
  padding: 5px;
  color: #BF9700;
}

/* smart phone */
@media only screen and (max-width: 640px) {
  #contents_block #news .bd_frame_body h1 {
    margin-bottom: 17px;
    background-image: url(../images/17_smp_news_h1.gif);
  }

  #contents_block #news .bd_frame_body .news_entry {
    width: 95%;
    margin: 0 auto 33px;
  }

  #contents_block #news .bd_frame_body .news_entry .entry_header {
    padding: 23px 8px 23px 45px;
    min-height: 24px;
    max-height: 254px;
    font-size: 15px;
    line-height: 24px;
    background: url(../images/20_smp_news_entry_title.jpg) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

  #contents_block #news .bd_frame_body .news_entry .entry_header::before {
    content: "";
    display: block;
    background: url("../images/20_smp_news_entry_title_icon.png") no-repeat 0 0;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 25px;
    left: 14px;
  }

  #contents_block #news .bd_frame_body .news_entry .entry_body {
    width: 94.74%;
    margin: 14px auto 0;
    font-size: 11px;
    line-height: 20px;
    color: #3b2c24;
  }

  #contents_block #news .bd_frame_body .news_entry .entry_body img {
    max-width: 288px;
    height: auto;
  }
}

/* smart phone */
@media only screen and (max-width: 640px) {
  img.fadeimage {
    display: none;
  }
}

/* smart phone */
@media print {
  img.fadeimage {
    display: none;
  }
}