@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.cookwear_body {
  color: #000;
  line-height: 1.7;
}
.cookwear_body a:hover {
  color: #fff;
  opacity: 0.7;
}
.cookwear_body h2 {
  font-family: "筑紫A丸ゴシック", "FOT-筑紫A丸ゴシック Std", "Zen Maru Gothic", serif;
  text-align: center;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.01em;
  font-size: 28px;
  margin: 0 0 40px;
}
html[data-browse-mode="S"] .cookwear_body h2 {
  font-size: 26px;
  padding: 0;
  letter-spacing: 0;
}
.cookwear_container {
  width: 100%;
  aspect-ratio: 3.722070844686649;
  background-image: url("/img/usr/freepage/cookwear/mv_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e2f5f7;
}
html[data-browse-mode="S"] .cookwear_container {
  aspect-ratio: 1.647577092511013;
  background-image: url("/img/usr/freepage/cookwear/mv_sp.png");
}
.cookwear_inner {
  max-width: 1132px;
  padding: 0 16px;
  margin: 0 auto;
}
.cookwear_border_white {
  position: relative;
}
.cookwear_border_white:after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 42px;
  background-image: url("/img/usr/freepage/cookwear/circle_white.png");
  background-size: auto 42px;
  background-repeat: repeat-x;
  z-index: 1;
}
html[data-browse-mode="S"] .cookwear_border_white:after {
  height: 27px;
  background-size: auto 27px;
}
.cookwear_border_lightblue {
  position: relative;
}
.cookwear_border_lightblue:after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 42px;
  background-image: url("/img/usr/freepage/cookwear/circle_lightblue.png");
  background-size: auto 42px;
  background-repeat: repeat-x;
  z-index: 1;
}
html[data-browse-mode="S"] .cookwear_border_lightblue:after {
  height: 27px;
  background-size: auto 27px;
}
.cookwear_common_btn {
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #62bbd0;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
}
.cookwear_common_btn:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 17px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.cookwear_common_btn.down:after {
  background-image: url("/img/usr/freepage/cookwear/toggle_down.png");
}
.cookwear_common_btn.right:after {
  background-image: url("/img/usr/freepage/cookwear/toggle_right.png");
}
.cookwear_subhead {
  text-align: center;
  color: #af924d;
  font-weight: bold;
  font-family: "筑紫A丸ゴシック", "FOT-筑紫A丸ゴシック Std", "Zen Maru Gothic", serif;
  font-size: 18px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .cookwear_subhead {
  font-size: 16px;
}
.cookwear_subhead span {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 2px dotted #af924d;
}
.cookwear_common_txt {
  text-align: center;
  font-size: 18px;
}
html[data-browse-mode="S"] .cookwear_common_txt {
  font-size: 16px;
}
.cookwear_top_navi {
  background: #e2f5f7;
  padding: 57px 0 48px;
}
html[data-browse-mode="S"] .cookwear_top_navi {
  padding: 47px 0 34px;
}
.cookwear_top_navi--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 44px;
}
html[data-browse-mode="S"] .cookwear_top_navi--list {
  gap: 30px;
}
.cookwear_top_navi--item {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 173px auto;
  grid-template-columns: 173px auto;
  gap: 21px;
  width: 526px;
}
html[data-browse-mode="S"] .cookwear_top_navi--item {
  padding: 20px;
  display: block;
  width: 100%;
}
html[data-browse-mode="S"] .cookwear_top_navi--img {
  vertical-align: top;
  display: inline-block;
  width: 90px;
  margin-right: 20px;
  margin-bottom: 23px;
}
.cookwear_top_navi--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html[data-browse-mode="S"] .cookwear_top_navi--detail {
  display: inline-block;
  width: calc(100% - 114px);
}
.cookwear_top_navi--name {
  font-family: "筑紫A丸ゴシック", "FOT-筑紫A丸ゴシック Std", "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  height: 56px;
}
html[data-browse-mode="S"] .cookwear_top_navi--name {
  font-size: 24px;
  height: auto;
  margin-bottom: 20px;
}
.cookwear_gift_section {
  padding: 74px 0 47px;
  background: #fff;
}
.cookwear_gift_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
html[data-browse-mode="S"] .cookwear_gift_list {
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  row-gap: 4px;
  margin-bottom: 30px;
}
.cookwear_gift_item {
  padding-top: 25px;
  width: 228px;
  height: 281px;
  text-align: center;
  background-image: url("/img/usr/freepage/cookwear/gift_person_bg.png");
  background-size: 100% auto;
}
html[data-browse-mode="S"] .cookwear_gift_item {
  width: 166px;
  height: 204px;
}
.cookwear_gift_item:first-of-type img {
  width: 125px;
}
.cookwear_gift_item:first-of-type .cookwear_gift_txt {
  margin-top: 16px;
}
html[data-browse-mode="S"] .cookwear_gift_item:first-of-type {
  padding-top: 20px;
}
html[data-browse-mode="S"] .cookwear_gift_item:first-of-type img {
  width: 91px;
}
html[data-browse-mode="S"] .cookwear_gift_item:first-of-type .cookwear_gift_txt {
  margin-top: 10px;
}
.cookwear_gift_item:nth-of-type(2) {
  padding-top: 15px;
}
.cookwear_gift_item:nth-of-type(2) img {
  width: 80px;
}
html[data-browse-mode="S"] .cookwear_gift_item:nth-of-type(2) {
  padding-top: 9px;
}
html[data-browse-mode="S"] .cookwear_gift_item:nth-of-type(2) img {
  width: 57px;
}
.cookwear_gift_item:last-of-type img {
  width: 128px;
}
html[data-browse-mode="S"] .cookwear_gift_item:last-of-type {
  padding-top: 26px;
}
html[data-browse-mode="S"] .cookwear_gift_item:last-of-type img {
  width: 93px;
}
.cookwear_gift_img {
  line-height: 0;
}
.cookwear_gift_txt {
  margin-top: 10px;
  font-size: 16px;
}
html[data-browse-mode="S"] .cookwear_gift_txt {
  font-size: 10px;
  margin-top: 10px;
}
.cookwear_charm_section {
  padding: 104px 0 64px;
  background: #e2f5f6;
}
html[data-browse-mode="S"] .cookwear_charm_section {
  padding: 66px 0 48px;
}
.cookwear_charm_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 30px;
  margin-top: 54px;
}
html[data-browse-mode="S"] .cookwear_charm_list {
  margin-top: 40px;
}
.cookwear_charm_item {
  padding: 24px 30px 30px;
  background: #fff;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 173px;
  grid-template-columns: auto 173px;
  width: 526px;
  gap: 23px;
}
html[data-browse-mode="S"] .cookwear_charm_item {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 25px;
  width: 100%;
  padding: 24px 20px 30px;
}
.cookwear_charm_detail {
  position: relative;
}
.cookwear_charm_point {
  position: absolute;
  font-family: "Hiragino Maru Gothic Std", "Kosugi Maru", sans-serif;
  background-image: url("/img/usr/freepage/cookwear/point_label.png");
  background-size: 100% auto;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 58px;
  height: 92px;
  top: -24px;
  margin-left: -1px;
  padding: 16px 0 0;
}
.cookwear_charm_point_txt {
  font-size: 12px;
}
.cookwear_charm_point_num {
  line-height: 1;
  font-size: 32px;
}
.cookwear_charm_ttl {
  font-weight: bold;
  white-space: nowrap;
  font-family: "筑紫A丸ゴシック", "FOT-筑紫A丸ゴシック Std", "Zen Maru Gothic", serif;
  display: inline-block;
  padding-left: 74px;
  margin-bottom: 22px;
  line-height: 1.3;
  font-size: 22px;
}
.cookwear_charm_txt {
  color: #333;
}
.cookwear_charm_img {
  padding-top: 6px;
}
html[data-browse-mode="S"] .cookwear_charm_img {
  padding: 0;
}
.cookwear_lineup_contents {
  padding: 60px 0 40px;
}
html[data-browse-mode="S"] .cookwear_lineup_contents {
  padding: 30px 0 26px;
}
.cookwear_lineup_contents.botttom_contents {
  padding: 30px 0;
}
.cookwear_lineup_contents h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin: 0;
}
.cookwear_lineup_contents h2:before,
.cookwear_lineup_contents h2:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background-size: cover;
  background-position: center;
}
.cookwear_lineup_contents h2:before {
  background-image: url("/img/usr/freepage/cookwear/bright_left.png");
}
.cookwear_lineup_contents h2:after {
  background-image: url("/img/usr/freepage/cookwear/bright_right.png");
}
html[data-browse-mode="S"] .cookwear_lineup_contents h2 {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}
html[data-browse-mode="S"] .cookwear_lineup_contents h2:before,
html[data-browse-mode="S"] .cookwear_lineup_contents h2:after {
  position: absolute;
  top: 0;
}
html[data-browse-mode="S"] .cookwear_lineup_contents h2:before {
  left: 0;
}
html[data-browse-mode="S"] .cookwear_lineup_contents h2:after {
  right: 0;
}
.cookwear_bowl_section,
.cookwear_set_section {
  background-size: 100% 100%;
}
html[data-browse-mode="S"] .cookwear_bowl_section,
html[data-browse-mode="S"] .cookwear_set_section {
  padding: 50px 0 60px;
}
.cookwear_bowl_section h2,
.cookwear_set_section h2 {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.cookwear_bowl_section h2:before,
.cookwear_set_section h2:before,
.cookwear_bowl_section h2:after,
.cookwear_set_section h2:after {
  content: "";
  display: inline-block;
  width: 115px;
  height: 20px;
  background-image: url("/img/usr/freepage/cookwear/line.png");
  background-size: cover;
}
html[data-browse-mode="S"] .cookwear_bowl_section h2:before,
html[data-browse-mode="S"] .cookwear_set_section h2:before,
html[data-browse-mode="S"] .cookwear_bowl_section h2:after,
html[data-browse-mode="S"] .cookwear_set_section h2:after {
  width: 75px;
  height: 13px;
}
.cookwear_bowl_section {
  padding: 70px 0 86px;
  background-color: #e2f5f6;
  background-image: url("/img/usr/freepage/cookwear/bg_brown_pc.png");
}
html[data-browse-mode="S"] .cookwear_bowl_section {
  background-image: url("/img/usr/freepage/cookwear/bg_brown_sp.png");
}
html[data-browse-mode="S"] .cookwear_bowl_section h2 {
  margin-bottom: 26px;
  gap: 16px;
}
.cookwear_set_section {
  padding: 80px 0 90px;
  position: relative;
  z-index: 1;
  background-image: url("/img/usr/freepage/cookwear/bg_lightblue_pc.png");
}
.cookwear_set_section.botttom_contents {
  background: #e2f5f7;
}
html[data-browse-mode="S"] .cookwear_set_section {
  background-image: url("/img/usr/freepage/cookwear/bg_lightblue_sp.png");
}
html[data-browse-mode="S"] .cookwear_set_section h2 {
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[data-browse-mode="S"] .cookwear_set_section h2:before,
html[data-browse-mode="S"] .cookwear_set_section h2:after {
  position: absolute;
  top: 23px;
}
html[data-browse-mode="S"] .cookwear_set_section h2:before {
  left: -36px;
}
html[data-browse-mode="S"] .cookwear_set_section h2:after {
  right: -36px;
}
.cookwear_slide {
  margin: 0 -16px;
}
.cookwear_slide .slick-slider {
  height: 100%;
}
.cookwear_slide .slide_btn {
  position: absolute;
  width: 28px;
  height: 28px;
  background-size: cover;
  cursor: pointer;
  top: 50%;
  z-index: 5;
}
.cookwear_slide .slide_btn.prev {
  left: 10px;
  background-image: url("/img/usr/freepage/cookwear/left_btn.png");
}
.cookwear_slide .slide_btn.next {
  right: 10px;
  background-image: url("/img/usr/freepage/cookwear/right_btn.png");
}
.cookwear_set_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  margin-top: 48px;
}
html[data-browse-mode="S"] .cookwear_set_list {
  display: block;
  margin-top: 30px;
}
.cookwear_set_item {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  width: 288px;
}
html[data-browse-mode="S"] .cookwear_set_item {
  padding: 20px;
  width: 268px;
  margin: 0 10px;
}
.cookwear_set_name {
  font-weight: 500;
  margin-top: 26px;
  font-size: 15px;
}
.cookwear_set_price {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0 22px;
}
.cookwear_set_price .tax {
  font-size: 12px;
}
.cookwear_intro_section {
  background-color: transparent;
  margin-top: -47px;
  padding: 106px 0 63px;
}
html[data-browse-mode="S"] .cookwear_intro_section {
  padding: 83px 0 40px;
}
.cookwear_intro_section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 259px;
  top: 0;
  background-image: url("/img/usr/freepage/cookwear/bg_decoration_pc.png");
  background-size: 1206px auto;
  background-repeat: no-repeat;
  background-position: top center;
}
html[data-browse-mode="S"] .cookwear_intro_section:before {
  height: 160px;
  background-image: url("/img/usr/freepage/cookwear/bg_decoration_sp.png");
  background-size: calc((631 / 375) * 100vw) auto;
}
.cookwear_intro_section .modal_container {
  display: none;
}
html[data-browse-mode="S"] .cookwear_intro_section .modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0,0,0,0.5);
  z-index: 999999;
}
.cookwear_intro_section .modal_container.is_active {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.cookwear_intro_section .modal_container .modal_content {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
}
.cookwear_intro_section .modal_container .modal_content iframe {
  aspect-ratio: 9/16;
  width: auto;
  height: 70vh;
  border-radius: 5px;
}
.cookwear_intro_section .modal_container .close_btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 999px;
  font-size: 40px;
  font-weight: bold;
  margin-left: auto;
}
.cookwear_intro_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
html[data-browse-mode="S"] .cookwear_intro_block {
  display: block;
}
.cookwear_intro_block p {
  line-height: 2;
}
html[data-browse-mode="S"] .cookwear_intro_block p {
  text-align: center;
  line-height: 1.8;
}
html[data-browse-mode="S"] .cookwear_intro_block .cookwear_common_btn {
  max-width: 228px;
  margin: 30px auto 0;
}
.cookwear_intro_movie {
  width: 314px;
}
html[data-browse-mode="S"] .cookwear_intro_movie {
  width: 100%;
  margin-bottom: 40px;
}
.cookwear_intro_movie .video {
  width: 100%;
  aspect-ratio: 0.560714285714286;
}
html[data-browse-mode="S"] .cookwear_intro_movie .video.isSp {
  position: relative;
  display: block;
  margin-inline: auto;
  aspect-ratio: auto;
}
html[data-browse-mode="S"] .cookwear_intro_movie .video.isSp:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  background: url("/img/usr/freepage/valentine2024/play_button.png") no-repeat center top/contain;
}
.cookwear_intro_explain {
  width: 746px;
}
html[data-browse-mode="S"] .cookwear_intro_explain {
  width: 100%;
}
.cookwear_intro_item--block {
  background: #f8f4ec;
  border-radius: 20px;
  padding: 40px;
  margin-top: 37px;
}
html[data-browse-mode="S"] .cookwear_intro_item--block {
  margin-top: 40px;
  padding: 20px 20px 30px;
}
.cookwear_intro_item--label {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background-image: url("/img/usr/freepage/cookwear/item_label.png");
  background-size: 100% 100%;
  margin-left: -40px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 37px;
  padding: 0 26px 0 34px;
}
html[data-browse-mode="S"] .cookwear_intro_item--label {
  margin-left: -20px;
  margin-bottom: 27px;
}
.cookwear_intro_item--wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 183px auto;
  grid-template-columns: 183px auto;
  gap: 38px;
}
html[data-browse-mode="S"] .cookwear_intro_item--wrap {
  -ms-grid-columns: 90px auto;
  grid-template-columns: 90px auto;
  gap: 20px;
}
.cookwear_intro_item--wrap .cookwear_common_btn {
  width: 228px;
  margin: 27px 0 0 auto;
}
.cookwear_intro_item--name {
  font-weight: bold;
  color: #333;
  font-size: 23px;
  margin-bottom: 23px;
}
html[data-browse-mode="S"] .cookwear_intro_item--name {
  font-size: 22px;
}
.cookwear_voice_section {
  position: relative;
  z-index: 0;
}
.cookwear_voice_section:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 586px;
  left: 0;
  bottom: 0;
  background-image: url("/img/usr/freepage/cookwear/bg_series_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
html[data-browse-mode="S"] .cookwear_voice_section:before {
  height: 588px;
  background-image: url("/img/usr/freepage/cookwear/bg_series_sp.png");
}
.cookwear_voice_contents {
  padding: 90px 0;
  background-image: url("/img/usr/freepage/cookwear/bg_pc.png");
  background-size: 1352px 100%;
  background-repeat: repeat-x;
}
html[data-browse-mode="S"] .cookwear_voice_contents {
  padding: 40px 0 50px;
  background-image: url("/img/usr/freepage/cookwear/bg_sp.png");
  background-size: 328px 100%;
}
h2.voice_head2 {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 51px;
}
html[data-browse-mode="S"] h2.voice_head2 {
  font-size: 24px;
  margin-bottom: 100px;
}
.cookwear_voice_topic {
  color: #333;
  background: #fff;
  margin: 40px auto 0;
  border-radius: 20px;
}
.cookwear_voice_topic_wrap {
  max-width: 944px;
  margin: 0 auto;
  position: relative;
}
.cookwear_voice_topic_wrap:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 122px;
  background-image: url("/img/usr/freepage/cookwear/person_left.png");
  background-size: cover;
  top: -122px;
  left: 35px;
}
.cookwear_voice_topic_wrap:after {
  position: absolute;
  content: "";
  width: 173px;
  height: 117px;
  background-image: url("/img/usr/freepage/cookwear/person_right.png");
  background-size: cover;
  top: -117px;
  right: 39px;
}
html[data-browse-mode="S"] .cookwear_voice_topic_wrap:before {
  width: 235px;
  height: 92px;
  background-image: url("/img/usr/freepage/cookwear/person_sp.png");
  background-size: cover;
  top: -91px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[data-browse-mode="S"] .cookwear_voice_topic_wrap:after {
  content: none;
}
.cookwear_voice_detail {
  padding: 20px 0 5px;
}
.cookwear_voice_detail + .cookwear_voice_detail {
  padding-top: 30px;
  margin-top: 25px;
  border-top: dashed 1px #ccb786;
}
.cookwear_voice_detail:last-of-type {
  padding-bottom: 20px;
}
html[data-browse-mode="S"] .cookwear_voice_detail:last-of-type {
  padding-bottom: 5px;
}
.cookwear_voice_detail:first-of-type {
  padding-bottom: 5px;
}
.cookwear_voice_detail_wrap {
  padding: 10px 30px 20px;
}
html[data-browse-mode="S"] .cookwear_voice_detail_wrap {
  padding: 10px 20px 20px;
}
.cookwear_voice_detail--head {
  font-weight: bold;
  font-size: 16px;
}
.cookwear_voice_detail--evaluate {
  color: #af924d;
  font-size: 18px;
  margin-bottom: 24px;
}
.cookwear_voice_title {
  font-weight: bold;
  font-family: "筑紫A丸ゴシック", "FOT-筑紫A丸ゴシック Std", "Zen Maru Gothic", serif;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  color: #fff;
  background: #ccb786;
  font-size: 20px;
  line-height: 1.4;
  padding: 11px 0;
}
.cookwear_appeal_contents {
  padding: 60px 0 75px;
}
html[data-browse-mode="S"] .cookwear_appeal_contents {
  padding: 50px 0 60px;
}
.cookwear_appeal_block {
  position: relative;
  margin: 0 auto;
  background: #fff;
  max-width: 720px;
  padding: 10px;
  border-radius: 26px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.161);
          box-shadow: 0 3px 6px rgba(0,0,0,0.161);
}
.cookwear_appeal_block:before,
.cookwear_appeal_block:after {
  position: absolute;
  content: "";
  width: 134px;
  height: 138px;
  background-size: cover;
}
.cookwear_appeal_block:before {
  background-image: url("/img/usr/freepage/cookwear/ribbon_left_pc.png");
  top: 0;
  left: 0;
}
html[data-browse-mode="S"] .cookwear_appeal_block:before {
  width: 109px;
  height: 112px;
  background-image: url("/img/usr/freepage/cookwear/ribbon_left_sp.png");
}
.cookwear_appeal_block:after {
  background-image: url("/img/usr/freepage/cookwear/ribbon_right_pc.png");
  bottom: 0;
  right: 0;
}
html[data-browse-mode="S"] .cookwear_appeal_block:after {
  width: 96px;
  height: 99px;
  background-image: url("/img/usr/freepage/cookwear/ribbon_right_sp.png");
}
.cookwear_appeal_block--inner {
  border: solid 1px #62bbd0;
  border-radius: 26px;
  padding: 46px 0;
}
html[data-browse-mode="S"] .cookwear_appeal_block--inner {
  padding: 75px 0 55px;
}
.cookwear_appeal_block .cookwear_common_txt {
  font-size: 20px;
}
html[data-browse-mode="S"] .cookwear_appeal_block .cookwear_common_txt {
  font-size: 19px;
}
.cookwear_appeal_head {
  color: #af924d;
  font-size: 20px;
  margin: 0 auto 36px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cookwear_appeal_head span {
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
  border-bottom: dashed 1px #ccb786;
}
.cookwear_appeal_head span + span {
  padding-top: 10px;
}
html[data-browse-mode="S"] .cookwear_appeal_head {
  font-size: 18px;
  margin-bottom: 30px;
}
.cookwear_appeal_img {
  max-width: 210px;
  margin: 37px auto 0;
}
html[data-browse-mode="S"] .cookwear_appeal_img {
  max-width: 205px;
  margin: 40px auto 0;
}
.block-page-top {
  z-index: 10;
}
