@charset "UTF-8";
.din {
  font-family: "DIN Condensed", "Times New Roman", sans-serif;
}

body, html {
  min-width: 1000px;
}

.main_img_box {
  position: relative;
}
.main_img_box .inner {
  position: relative;
  width: 100%;
  min-width: 1000px;
  min-height: 360px;
  overflow: hidden;
  text-align: center;
}
.main_img_box .inner a {
  display: block;
}
.main_img_box.sound_logo {
  background: url(/pc/images/main_visual_201805-parts-left_top.png) left top no-repeat, url(/pc/images/main_visual_201805-parts-right_bottom.png) right bottom no-repeat, url(/pc/images/main_visual_201805-pattern.jpg);
  background-size: auto 100%, auto 100%, auto auto;
}
.main_img_box.sound_logo .inner {
  max-width: 1600px;
}

@media print {
  .main_img_box {
    visibility: hidden !important;
  }
}
.home #wrap {
  overflow: hidden;
}
.home a {
  text-decoration: none;
  transition: 0.2s;
}
.home a:hover {
  opacity: 0.7;
}
.home .btn_arrow {
  padding: 0.4em 3em 0.4em 2em;
  border: solid 2px #fff;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.2s;
}
.home .btn_arrow:after {
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  content: "";
  transition: 1s;
}
.home .btn_arrow:hover {
  color: inherit;
  opacity: 1;
}
.home .btn_arrow:hover:after {
  animation: arrowMove 0.2s 1 both;
}
@keyframes arrowMove {
  0% {
    right: 50%;
    opacity: 0;
  }
  100% {
    right: 0.75em;
    opacity: 0.7;
  }
}
.home .btn_arrow.btn_arrow_black {
  border-color: #000;
  width: 260px;
  color: #000;
}
.home .btn_arrow.btn_arrow_black:after {
  border-color: #000;
}

.important_box {
  padding: 40px 0;
}
.important_box .text_area {
  padding: 37px 60px;
  border: solid 2px #d51819;
  border-radius: 7px;
  display: flex;
}
.important_box h2 {
  color: #d51819;
  letter-spacing: 0.05em;
}
.important_box ul {
  margin-left: 35px;
}
.important_box ul li + li {
  margin-top: 5px;
  letter-spacing: 0.03em;
}
.important_box a::before {
  content: "・";
}
.important_box .pdf {
  margin-left: -3px;
  position: relative;
  top: -2px;
}
.important_box .external {
  margin-left: 10px;
  position: relative;
  top: 3px;
  width: 12px;
  height: 12px;
}

.campain_box, .anniversary_box {
  padding: 40px 0;
  color: #fff;
  background: #0d3256;
}
.campain_box li, .anniversary_box li {
  display: flex;
  justify-content: space-between;
}
.campain_box li + li, .anniversary_box li + li {
  margin-top: 40px;
  align-items: center;
}
.campain_box li + li .text_area h2, .anniversary_box li + li .text_area h2 {
  display: none;
}
.campain_box li:nth-child(even), .anniversary_box li:nth-child(even) {
  flex-direction: row-reverse;
}
.campain_box .img_area, .anniversary_box .img_area {
  display: block;
  width: 660px;
}
.campain_box .img_area img, .anniversary_box .img_area img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.campain_box .text_area, .anniversary_box .text_area {
  width: 310px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.campain_box .text_area h2, .anniversary_box .text_area h2 {
  margin-bottom: 55px;
}
.campain_box .text_area h3, .anniversary_box .text_area h3 {
  margin: 0 0 15px;
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.campain_box .text_area .btn_arrow, .anniversary_box .text_area .btn_arrow {
  margin-top: 1em;
}
.campain_box .movie-wrap, .anniversary_box .movie-wrap {
  width: 656px;
  height: 369px;
}
.campain_box #vjs_video_3, .anniversary_box #vjs_video_3 {
  border-radius: 5px;
  min-height: 369px;
}
.campain_box #vjs_video_3.vjs-has-started .vjs-control-bar, .anniversary_box #vjs_video_3.vjs-has-started .vjs-control-bar {
  display: flex;
}
.campain_box .vjs-poster, .anniversary_box .vjs-poster {
  background-size: 100% auto;
}
.campain_box .vjs-control-bar, .anniversary_box .vjs-control-bar {
  display: none;
}

.gift-card_box {
  padding: 25px 0 30px;
}

.anniversary_box {
  background: #005bac;
}

.infomation_section {
  padding: 60px 0 20px;
  position: relative;
  background: #ebeef2;
}
.infomation_section .ttl_area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 362px;
}
.infomation_section .ttl_area h2 {
  display: block;
  width: 100%;
}
.infomation_section .btn_arrow {
  border-color: #000;
  color: #000;
}
.infomation_section .btn_arrow:after {
  border-color: #000;
}
.infomation_section .list_area {
  margin-left: -242px;
  position: absolute;
  top: 60px;
  left: 50%;
  width: calc(50% + 242px);
  overflow: hidden;
}
.infomation_section .list_area .swiper-wrapper {
  transition-timing-function: linear;
}
.infomation_section .list_area li {
  border-radius: 5px;
  width: 226px;
  height: 362px;
  overflow: hidden;
  background: #fff;
}
.infomation_section .list_area li:nth-child(n+16) {
  display: none;
}
.infomation_section .list_area .list_inner {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
}
.infomation_section .list_area a.list_inner {
  display: block;
  position: relative;
}
.infomation_section .list_area a.list_inner:after {
  display: block;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  opacity: 0;
  content: "";
}
.infomation_section .list_area a.list_inner:hover:after {
  display: block;
  opacity: 1;
}
.infomation_section .list_area figure {
  position: relative;
  height: 226px;
  overflow: hidden;
}
.infomation_section .list_area img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 226px;
  max-width: none;
  min-height: 226px;
  max-height: 226px;
}
.infomation_section .list_area .text_area {
  padding: 1em 20px;
  display: block;
  position: static;
}
.infomation_section .list_area .date {
  color: #999;
  font-family: "DIN Condensed", "Times New Roman", sans-serif;
  font-size: 12px;
}
.infomation_section .list_area .date span {
  margin-left: 0.25em;
  color: #c00;
}
.infomation_section .list_area .text {
  color: #666;
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: justify;
}
.infomation_section .list_area .category {
  padding: 1em 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #006699;
  font-size: 12px;
  letter-spacing: -0.05em;
}
.infomation_section .button_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.infomation_section .button_wrap .swiper-button-next-info {
  margin-left: 40px;
}
.infomation_section .button_wrap .swiper-button-next-info img {
  transform: scale(-1, 1);
}
.infomation_section .button_wrap .swiper-button {
  cursor: pointer;
  transition: 0.2s;
}
.infomation_section .button_wrap .swiper-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.infomation_section .button_wrap .swiper-button:hover {
  opacity: 0.7;
}

.feature_section {
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}
.feature_section .swiper-container-feature_list {
  position: relative;
}
.feature_section .nav_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 900;
  line-height: 1;
}
.feature_section .nav_wrap .swiper-button {
  cursor: pointer;
}
.feature_section .nav_wrap .swiper-button:hover {
  opacity: 0.7;
}
.feature_section .nav_wrap .swiper-button.swiper-button-next-feature_list img {
  transform: scale(-1, 1);
}
.feature_section .nav_wrap .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.feature_section .nav_wrap .swiper-pagination {
  margin: 0 10px;
  position: relative;
}
.feature_section .nav_wrap .swiper-pagination-bullet {
  margin: 0 5px;
  border: solid 2px #0058a7;
  width: 16px;
  height: 16px;
  background: #fff;
  vertical-align: middle;
}
.feature_section .nav_wrap .swiper-pagination-bullet-active {
  background: #0058a7;
}
.feature_section .btn_wrap {
  margin-top: 40px;
  text-align: center;
}

.feature_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_list:after {
  display: block;
  width: 30%;
  content: "";
}
.feature_list h2 {
  display: none;
}
.feature_list li {
  width: 312px;
  font-size: 14px;
}
.feature_list li:nth-child(n+4) {
  margin-top: 1em;
}
.feature_list a {
  color: #222;
  font-size: 14px;
  line-height: 1.2857142857;
  text-decoration: none;
  display: block;
  position: relative;
}
.feature_list a:after {
  display: block;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  opacity: 0;
  content: "";
}
.feature_list a:hover:after {
  display: block;
  opacity: 1;
}
.feature_list img {
  border-radius: 5px;
}
.feature_list p {
  margin-top: 0.25em;
}

.recipe_section {
  padding: 40px 0 60px;
}
.recipe_section .btn_wrap {
  margin-top: 40px;
  text-align: center;
}

.recipe_gray_wrap {
  padding-bottom: 36px;
  background: #ebeef2;
}

.new_recipe_box {
  margin-top: 40px;
  padding: 40px 0 25px;
  position: relative;
}
.new_recipe_box .inner {
  border: solid 6px #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 800;
  background: url(/pc/images/home/recipe-month-bgi.png) no-repeat left top;
  background-size: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.new_recipe_box .date {
  width: 330px;
  text-align: center;
}
.new_recipe_box .new_recipe_list {
  display: flex;
}
.new_recipe_box li {
  position: relative;
  width: 330px;
}
.new_recipe_box a {
  display: block;
  position: relative;
}
.new_recipe_box a:after {
  display: block;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  opacity: 0;
  content: "";
}
.new_recipe_box a:hover:after {
  display: block;
  opacity: 1;
}
.new_recipe_box a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
  content: "";
}
.new_recipe_box .menu_name {
  padding: 0.5em 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.season_recipe_box {
  margin-top: -10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.season_recipe_box .season_ttl {
  margin-top: 60px;
  margin-right: 20px;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #069;
  color: #069;
  font-size: 20px;
  line-height: 1;
}
.season_recipe_box .season_recipe_list {
  display: flex;
}
.season_recipe_box .season_recipe_list li {
  width: 120px;
  line-height: 1.2857142857;
}
.season_recipe_box .season_recipe_list li + li {
  margin-left: 10px;
}
.season_recipe_box .season_recipe_list a {
  text-decoration: none;
  transition: 0.2s;
}
.season_recipe_box .season_recipe_list a:hover {
  opacity: 0.7;
}
.season_recipe_box .season_recipe_list .menu_name {
  color: #222;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.075em;
}
.season_recipe_box .season_recipe_list img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.recipe-special-wrap {
  padding: 56px 0 0;
  position: relative;
}
.recipe-special-wrap:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: 550px;
  background: #f3f5f7;
  content: "";
}
.recipe-special-wrap .recipe-special_ttl {
  margin: 0 auto;
  padding-bottom: 4px;
  border-bottom: solid 3px #069;
  width: fit-content;
  color: #069;
  font-size: 20px;
}
.recipe-special-wrap .narrow-wrap {
  margin-top: 40px;
  padding: 0px 42px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100px;
  background: #fff;
  filter: drop-shadow(40px 40px 40px rgba(0, 0, 0, 0.1));
}
.recipe-special-wrap .narrow-wrap:after {
  margin: auto;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 12px 15px 0 15px;
  position: absolute;
  right: auto;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: transparent;
  content: "";
}
.recipe-special-wrap .narrow-head {
  display: flex;
  align-items: center;
  min-width: 90px;
}
.recipe-special-wrap .narrow-head span {
  margin-left: 8px;
  font-size: 16px;
  font-feature-settings: "palt";
}
.recipe-special-wrap .narrow-tag-list {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.recipe-special-wrap .narrow-tag-list li {
  padding: 0 18.5px;
  border: solid 1px #ccc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  height: 40px;
  font-weight: 600;
  white-space: nowrap;
  font-feature-settings: "palt";
}
.recipe-special-wrap .narrow-tag-list li + li {
  margin-left: 5px;
}
.recipe-special-wrap .narrow-tag-list li:hover {
  cursor: pointer;
}
.recipe-special-wrap .narrow-tag-list li.current {
  border-color: #069;
  color: #fff;
  background: #069;
}
.recipe-special-wrap .recipe-special-list {
  margin-top: 43px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 32px;
}
.recipe-special-wrap .recipe-special-list li {
  position: absolute;
  transform: scale(0);
  width: 312px;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0;
  font-feature-settings: "palt";
}
.recipe-special-wrap .recipe-special-list li.is-show {
  position: relative;
  transform: scale(1);
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
  opacity: 1;
}
.recipe-special-wrap .recipe-special-list li.is-show.-hidden {
  display: none;
}
.recipe-special-wrap .recipe-special-list li:first-child.is-show {
  position: relative;
}
.recipe-special-wrap .recipe-special-list li:first-child a:before {
  position: absolute;
  top: -55px;
  left: 46px;
  width: 184px;
  height: 73px;
  background: url(/pc/images/home/month-thme.png) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.recipe-special-wrap .recipe-special-list a {
  margin-bottom: 5px;
  display: block;
}
.recipe-special-wrap .recipe-special-list img {
  border-radius: 5px;
}
.recipe-special-wrap .recipe-special-list span + span {
  margin-left: 14px;
}
.recipe-special-wrap .more-btn {
  margin: 35px auto 0;
  padding: 10px 15px;
  border: 1px solid #999;
  display: block;
  width: 485px;
  color: #999;
  background: none;
  outline: 0;
  transition: 0.4s;
}
.recipe-special-wrap .more-btn span {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
}
.recipe-special-wrap .more-btn span::after, .recipe-special-wrap .more-btn span::before {
  border-top: 2px solid #999;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 13px;
  content: "";
}
.recipe-special-wrap .more-btn span::after {
  transform: rotate(90deg);
  transition: 0.4s;
}
.recipe-special-wrap .more-btn::after {
  transition: 0.4s;
  content: "もっと見る";
}
.recipe-special-wrap .more-btn.on-click span:after {
  transform: rotate(0);
}
.recipe-special-wrap .more-btn.on-click::after {
  content: "閉じる";
}
.recipe-special-wrap .more-btn.js-more {
  border: 1px solid #000;
  color: #000;
}
.recipe-special-wrap .more-btn.js-more:hover {
  cursor: pointer;
}
.recipe-special-wrap .more-btn.js-more span {
  color: #000;
}
.recipe-special-wrap .more-btn.js-more span::after, .recipe-special-wrap .more-btn.js-more span::before {
  border-top: 2px solid #000;
}

.topic_recipe {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.topic_recipe .text_area {
  padding-right: 20px;
  width: 344px;
  text-align: right;
}
.topic_recipe .topic_ttl {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #069;
  display: inline-block;
  color: #069;
  font-size: 20px;
  line-height: 1;
}
.topic_recipe .topic_ttl b {
  font-size: 28px;
}
.topic_recipe .link_bullet {
  margin-top: 10px;
}
.topic_recipe .img_area .topic_recipe_list {
  width: 656px;
}
.topic_recipe .img_area .topic_recipe_list:after {
  display: block;
  clear: both;
  content: "";
}
.topic_recipe .img_area .topic_recipe_list li {
  float: left;
}
.topic_recipe .img_area .topic_recipe_list li:nth-child(even) {
  float: right;
}
.topic_recipe .img_area .topic_recipe_list li:nth-child(n+3) {
  margin-top: 1em;
}
.topic_recipe .img_area .topic_recipe_list li img {
  width: 312px;
  height: auto;
}
.topic_recipe .img_area a {
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.topic_recipe .img_area a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(171, 93, 73, 0.7));
  content: "";
}
.topic_recipe .img_area p {
  margin: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: -0.05em;
}
.topic_recipe .img_area img {
  border-radius: 5px;
}

.link_bullet {
  padding: 0 1.75em 0 0;
  display: inline-block;
  position: relative;
  color: #222;
  text-decoration: none;
  vertical-align: middle;
}
.link_bullet:hover {
  color: inherit;
}
.link_bullet:before, .link_bullet:after {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  content: "";
}
.link_bullet:before {
  border: 1px solid #222;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
}
.link_bullet:after {
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  right: 0.6em;
  transform: rotate(45deg);
  width: 0.375em;
  height: 0.375em;
}

.recipe_localize_section {
  padding: 80px 0 62px;
  background: #ebeef2;
}
.recipe_localize_section h2 {
  margin-bottom: 40px;
}
.recipe_localize_section .recipe_box {
  border: 6px solid #fff;
  display: flex;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.recipe_localize_section .recipe_box > li {
  position: relative;
  width: 100%;
}
.recipe_localize_section .recipe_box > li a {
  display: block;
  position: relative;
}
.recipe_localize_section .recipe_box > li a:after {
  display: block;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  opacity: 0;
  content: "";
}
.recipe_localize_section .recipe_box > li a:hover:after {
  display: block;
  opacity: 1;
}
.recipe_localize_section .recipe_box > li a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
  content: "";
}
.recipe_localize_section .recipe_box > li .menu_name {
  padding: 0.7em 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}
.recipe_localize_section .btn_wrap {
  margin-top: 40px;
  text-align: center;
}

.column_section {
  padding: 40px 0 60px;
  position: relative;
}
.column_section:before {
  margin-top: -70px;
  margin-left: -40px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 150%;
  background: url(/pc/images/home/column-map.png) no-repeat left top;
  content: "";
}
.column_section .column_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.column_section .column_list li {
  width: 484px;
}
.column_section .thumb_img {
  margin-top: 5px;
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.column_section .thumb_img figure {
  border-radius: 5px;
  position: relative;
  width: 484px;
  height: 281px;
  overflow: hidden;
}
.column_section .thumb_img figure:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 700;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  content: "";
}
.column_section .thumb_img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  max-width: none;
}
.column_section .thumb_img .stamp {
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 183px;
  height: 184px;
  background: url(/pc/images/home/bg_stamp.png) no-repeat center center;
}
.column_section .thumb_img .stamp .stamp_year, .column_section .thumb_img .stamp .stamp_month {
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% - 24px);
  text-align: center;
}
.column_section .thumb_img .stamp .stamp_year {
  top: 42px;
  font-size: 18px;
}
.column_section .thumb_img .stamp .stamp_month {
  top: 70px;
  font-size: 36px;
  font-weight: normal;
}
.column_section .thumb_img .stamp .stamp_month small {
  margin: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.column_section .thumb_img p {
  margin: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 800;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.column_section .thumb_img p > small {
  margin-top: 0.125em;
  display: block;
  font-size: 12px;
  line-height: 1;
}
.column_section .thumb_img p .din {
  display: block;
  font-size: 35px;
  font-weight: 100;
  line-height: 1;
}
.column_section .thumb_img p .din small {
  margin-right: 0.125em;
  font-size: 24px;
}
.column_section .meguru .thumb_img figure img {
  width: auto;
  height: 100%;
}
.column_section .report .thumb_img figure img {
  width: 100%;
  height: auto;
}
.column_section .icon_update {
  margin: -30px 10px 0 0;
  padding-top: 25px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 800;
  width: 76px;
  height: 76px;
  color: #fff;
  background: #f60;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.column_section .icon_update small {
  margin-top: 0.25em;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.column_section .btn_wrap {
  margin-top: 30px;
  text-align: center;
}

.product_section {
  padding: 40px 0 60px;
}
.product_section .label-new, .product_section .new {
  position: relative;
}
.product_section .label-new:before, .product_section .new:before {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 70px;
  height: 70px;
  background: url(/pc/product/images/label-new.png) no-repeat;
  background-size: contain;
  content: "";
}
.product_section .label-renew, .product_section .renew {
  position: relative;
}
.product_section .label-renew:before, .product_section .renew:before {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 70px;
  height: 70px;
  background: url(/pc/product/images/label-renew.png) no-repeat;
  background-size: contain;
  content: "";
}
.product_section .limited {
  position: relative;
}
.product_section .limited:before {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 70px;
  height: 70px;
  background: url(/pc/product/images/label-limited.png) no-repeat;
  background-size: contain;
  content: "";
}
.product_section .product_box {
  margin-top: 40px;
  border-radius: 5px;
  display: flex;
  position: relative;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.product_section .product_box img {
  width: 125px;
  height: auto;
}
.product_section a {
  display: block;
  width: 100%;
}
.product_section .ttl_area {
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 226px;
  background: #2573b8;
  line-height: 1.1428571429;
}
.product_section .ttl_area:before {
  top: 0;
}
.product_section .ttl_area > a {
  height: 100%;
}
.product_section .ttl_area .product-photo {
  padding: 42px 0 0;
}
.product_section .ttl_area p {
  padding: 23px 16px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.05em;
}
.product_section .list_wrap {
  padding: 0 43px;
  border-radius: 0 5px 5px 0;
  position: relative;
  width: 774px;
  background: #ebeef3;
}
.product_section .product_list {
  height: 100%;
  overflow: hidden;
}
.product_section .product_list li {
  margin: 0 14px;
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 202px;
}
.product_section .product_list li > a {
  height: 100%;
}
.product_section .product_list .product-photo {
  padding: 38px 0 0;
}
.product_section .product_list p {
  margin-top: 12px;
  padding-bottom: 36px;
  color: #222;
  font-size: 14px;
  line-height: 1.1428571429;
  text-align: left;
}
.product_section .product_list .genre {
  display: block;
}
.product_section .product_list .title2:not(:empty):before {
  white-space: pre;
  content: "\a";
}
.product_section .product_box-drink {
  margin: 0;
  padding-top: 30px;
}
.product_section .product_box-drink .ttl_area .product-photo {
  padding: 37px 0 0;
}
.product_section .product_box-drink .product-photo img {
  width: 148px;
}
.product_section .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}
.product_section .swiper-button:hover {
  opacity: 0.7;
}
.product_section .slider-button-prev {
  left: 0;
}
.product_section .slider-button-next {
  right: 0;
}
.product_section .swiper-pagination {
  margin-bottom: -20px;
  position: relative;
  text-align: right;
}
.product_section .swiper-pagination-bullet {
  margin: 0 2.5px;
  border: solid 1px #666;
  background: #fff;
  line-height: 1;
}
.product_section .swiper-pagination-bullet-active {
  border: solid 1px #2573b8;
  background: #2573b8;
}
.product_section .btn_wrap {
  margin-top: 40px;
  text-align: center;
}

.cm_about {
  padding: 40px 0 120px;
}
.cm_about .cm_about_list {
  display: flex;
  justify-content: space-between;
}
.cm_about .cm_about_list li {
  width: 484px;
}
.cm_about a {
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: justify;
}
.cm_about .mv {
  margin-top: 30px;
  margin-bottom: 1em;
  border-radius: 5px;
}

.store_section {
  padding: 0 0 120px;
}
.store_section .btn_wrap {
  margin-top: 30px;
  text-align: center;
}
.store_section .store_banner {
  display: inline-block;
}

.about_localize_section {
  padding: 22px 0 82px;
}
.about_localize_section .about_box {
  padding: 48px 516px 45px 54px;
  border-radius: 5px;
  color: #fff;
  background: url(/pc/en/images/home/bg-about-box.jpg) no-repeat center center;
  background-size: cover;
}
.about_localize_section h2 {
  margin-bottom: 8px;
}
.about_localize_section p {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.095em;
}
.about_localize_section .btn_wrap {
  margin-top: 33px;
}
.about_localize_section .btn_arrow.btn_arrow_black {
  border-color: #fff;
  color: #fff;
  text-align: center;
}
.about_localize_section .btn_arrow.btn_arrow_black:after {
  border-color: #fff;
}

.en .product_section, .cn .product_section {
  padding-top: 80px;
}
.en .product_section .label-new:before, .en .product_section .new:before, .cn .product_section .label-new:before, .cn .product_section .new:before {
  background: url(/pc/product/images/label-new-en.png) no-repeat;
  background-size: contain;
}
.en .product_section .label-renew:before, .en .product_section .renew:before, .cn .product_section .label-renew:before, .cn .product_section .renew:before {
  background: url(/pc/product/images/label-renew-en.png) no-repeat;
  background-size: contain;
}
.en .product_section .limited:before, .cn .product_section .limited:before {
  background: url(/pc/product/images/label-limited-en.png) no-repeat;
  background-size: contain;
}

.cn .contents h2 {
  margin-bottom: 35px;
  color: #006699;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.cn .contents .recipe_localize_section {
  padding: 73px 0 62px;
}
.cn .contents .product_section {
  padding: 77px 0 60px;
}
.cn .contents .product_section h2 {
  letter-spacing: -0.05em;
}
.cn .contents .product_section .product_box {
  margin-top: 36px;
}
.cn .contents .product_section .swiper-pagination {
  line-height: 1;
}
.cn .contents .product_section .swiper-pagination + .product_box {
  margin-top: 0;
  padding-top: 35px;
}
.cn .contents .about_box {
  padding: 44px 50px 57px 50px;
}
.cn .contents .about_box h2 {
  margin-bottom: 13px;
  color: #fff;
  letter-spacing: -0.03em;
}
.cn .contents .about_box h2 + p {
  padding-left: 0.1em;
  width: 430px;
}
.cn .contents .about_box .btn_arrow {
  margin: 12px 0 0 4px;
}