@charset "UTF-8";
/*フォントカラー・背景*/
body {
  color: #231815;
  background-color: #f8ede6;
}

a,
a:link {
  outline-style: none;
  text-decoration: underline;
  color: #231815;
}

a:hover {
  color: #b52318;
}

#noscript {
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
  font-size: 1.4em;
}

/* structure
====================================================================================================================================== */
html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  min-width: 1200px;
}

#container {
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 2;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 1020px;
}

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

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* common
====================================================================================================================================== */
.img_box {
  text-align: center;
}

.img_box img {
  margin-left: auto;
  margin-right: auto;
}

/*container*/
.common_box {
  margin-bottom: 2em;
}

/* header
====================================================================================================================================== */
#header {
  position: relative;
  overflow: hidden;
}

#header .header_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

#header .main_visual {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

#header .main_visual img {
  width: 100%;
}

#header .main_visual .catch {
  position: absolute;
  bottom: -20px;
  left: 5%;
  z-index: 2;
  margin-bottom: 0;
}

#header .main_visual .catch img {
  width: 100%;
}

#header .header_bottom {
  padding-top: 2em;
  position: relative;
  z-index: 1;
}

#header .header_bottom .rhombus01 {
  position: absolute;
  right: -40px;
  top: -120px;
  z-index: -1;
}

#header .header_bottom .wrapper {
  position: relative;
  z-index: 1;
}

#header .header_bottom .rhombus02 {
  position: absolute;
  right: 24%;
  top: 58px;
  z-index: -1;
}

#header .scroll_down {
  text-align: center;
  margin-bottom: 3.7em;
  animation: hovering 0.5s ease-in-out infinite alternate;
}

#header .scroll_down .scroll_button {
  display: inline-block;
  cursor: pointer;
}

#header .scroll_down .scroll_button:hover {
  opacity: 0.7;
}

#header .scroll_down .scroll_button span {
  display: block;
  line-height: 1;
}

#header .scroll_down .scroll_button .text {
  font-size: 1.05125rem;
  font-weight: bold;
  color: #cd5a3c;
  line-height: 1;
  margin-bottom: 0.3em;
}

#header .lead {
  font-size: 1.375rem;
  text-align: center;
  line-height: 2.2;
  color: #cd4628;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

#header .sns_box {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#header .sns_box li a:hover {
  opacity: 0.7;
}

#header .sns_box li + li {
  margin-left: 10px;
}

#header h1 {
  position: absolute;
  top: 7em;
  right: 7.5%;
  z-index: 2;
  width: 14.85%;
}

#header h1 img {
  width: 100%;
}

#site_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes hovering {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* contents
====================================================================================================================================== */
#contents {
  padding: 0 0 5em;
}

#intro_images {
  padding-top: 4em;
}

#intro_images .ham_image {
  position: relative;
  text-align: center;
  padding-bottom: 2.8em;
  overflow: hidden;
}

#intro_images .ham_image .rhombus03 {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}

#intro_images ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

#intro_images ul li {
  width: calc((100% - 6px) / 3);
  margin-top: 3px;
  margin-bottom: 0;
}

#intro_images ul li img {
  width: 100%;
}

/* モルタデッラ 人気の秘密 */
#secret {
  background-color: #fff;
  position: relative;
  padding: 4em 0 2em;
}

#secret:before, #secret:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
}

#secret:before {
  top: -4px;
  background: url(../images/jagged_line_top.png) repeat-x center bottom;
}

#secret:after {
  bottom: -4px;
  background: url(../images/jagged_line_bottom.png) repeat-x center bottom;
}

#secret h2 {
  color: #cd5a3c;
}

#secret h2 br {
  display: none;
}

#secret h2 .space {
  display: inline;
}

#secret h2:before, #secret h2:after {
  color: rgba(205, 90, 60, 0.5);
}

#secret .secret_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 3.5em;
}

#secret .secret_box .photo_area {
  width: 420px;
}

#secret .secret_box .photo_area img {
  width: 100%;
}

#secret .secret_box .text_area {
  width: calc(100% - 420px - 3em);
}

#secret .secret_box .text_area p {
  margin-bottom: 0;
}

#secret .secret_box h3 {
  position: relative;
  height: 69px;
}

#secret .secret_box h3 span {
  display: block;
}

#secret .secret_box h3 span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#secret .secret_box h3 span:first-child img {
  height: 100%;
  width: auto;
  vertical-align: top;
}

#secret .secret_box h3 span:last-child {
  color: #789400;
  margin-left: 1em;
  line-height: 69px;
  letter-spacing: 0.05em;
}

/* お客様の声 */
#voice {
  background: url(../images/bg_wood01.jpg) repeat center center;
  padding: 3.5em 0 3em;
  position: relative;
}

#voice:before, #voice:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

#voice:before {
  width: 255px;
  height: 100%;
  left: 0;
  background: url(../images/voice_photos_left.png) repeat-y left bottom;
  background-size: contain;
}

#voice:after {
  width: 268px;
  height: 100%;
  right: 0;
  background: url(../images/voice_photos_right.png) repeat-y right bottom;
  background-size: contain;
}

#voice h2 {
  position: relative;
  z-index: 1;
  font-size: 2.125rem;
  color: #231815;
}

#voice h2:before, #voice h2:after {
  color: rgba(180, 128, 48, 0.7);
}

#voice .voice_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto;
}

#voice .voice_boxes {
  width: 475px;
}

#voice .voice_box {
  background-color: #fff;
  position: relative;
  margin-bottom: 1.4em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#voice .voice_box .prof {
  margin-top: -13px;
  width: 110px;
  text-align: center;
}

#voice .voice_box .prof .icon_prof {
  margin-bottom: 0.3em;
}

#voice .voice_box .prof figcaption {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}

#voice .voice_box p {
  width: calc(100% - 110px);
  font-size: 1rem;
  padding: 1.3em 1.3em 1.3em 0;
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

#voice .voice_box p strong {
  color: #b48030;
}

#voice .attention {
  text-align: center;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

#voice .cuisine_text {
  position: absolute;
  bottom: 88px;
  right: 220px;
  z-index: 1;
}

/* 大山ハム社員直伝！おすすめの食べ方 */
#recipe {
  background: url(../images/bg_wood02.jpg) repeat center top;
  position: relative;
  padding: 4em 0 5.5em;
}

#recipe .wrapper {
  position: relative;
  z-index: 1;
}

#recipe .bg_photo_left_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#recipe .bg_photo_right_top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

#recipe .bg_photo_left_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#recipe .bg_photo_right_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

#recipe h2 {
  font-size: 2.125rem;
}

#recipe h2:before, #recipe h2:after {
  display: none;
}

#recipe h2 span {
  display: block;
}

#recipe h2 br.sp_only {
  display: none;
}

#recipe h2 .quote:before, #recipe h2 .quote:after {
  font-size: 1.6em;
}

#recipe h2 .quote:before {
  content: "“";
  margin-right: 0.25em;
  color: rgba(255, 255, 255, 0.5);
}

#recipe h2 .quote:after {
  content: "”";
  margin-left: 0.25em;
  color: rgba(255, 255, 255, 0.5);
}

#recipe .recipe_box {
  max-width: 970px;
  margin: 0 auto 1.5em;
  background-color: #e1dace;
  padding: 0.6em;
  position: relative;
}

#recipe .recipe_box .inner {
  border: 2px solid #231815;
  padding-bottom: 1.5em;
}

#recipe .recipe_box .recipe_no {
  position: absolute;
  top: 23px;
  left: -7px;
  width: 112px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

#recipe .recipe_box h3 {
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 0.4em;
  background-repeat: no-repeat;
  background-position: left bottom;
  white-space: nowrap;
}

#recipe .recipe_box.recipe01 .recipe_no {
  background-image: url(../images/recipe_ribbon01.png);
}

#recipe .recipe_box.recipe01 h3 {
  background-image: url(../images/recipe_title_underline01.png);
}

#recipe .recipe_box.recipe02 .recipe_no {
  background-image: url(../images/recipe_ribbon02.png);
}

#recipe .recipe_box.recipe02 h3 {
  background-image: url(../images/recipe_title_underline02.png);
}

#recipe .recipe_box.recipe03 .recipe_no {
  background-image: url(../images/recipe_ribbon03.png);
}

#recipe .recipe_box.recipe03 h3 {
  background-image: url(../images/recipe_title_underline03.png);
}

#recipe .recipe_box.recipe04 .recipe_no {
  background-image: url(../images/recipe_ribbon04.png);
}

#recipe .recipe_box.recipe04 h3 {
  background-image: url(../images/recipe_title_underline04.png);
  letter-spacing: normal;
  margin-right: -0.5em;
}

#recipe .recipe_box.recipe05 .recipe_no {
  background-image: url(../images/recipe_ribbon05.png);
}

#recipe .recipe_box.recipe05 h3 {
  background-image: url(../images/recipe_title_underline05.png);
  letter-spacing: normal;
  margin-right: -0.5em;
}

#recipe .recipe_box .main_area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0.5em 0 0 2.5em;
  margin-bottom: 0.8em;
}

#recipe .recipe_box .photo_area {
  width: 396px;
  text-align: center;
}

#recipe .recipe_box .photo_area img {
  width: 100%;
  max-width: 396px;
}

#recipe .recipe_box .text_area {
  width: calc(100% - 396px - 0.8em);
  padding-top: 2.5em;
}

#recipe .recipe_box .text_area p {
  margin-bottom: 0;
}

#recipe .recipe_box .tab_area {
  padding: 0 0.7em;
}

#recipe .recipe_box .tab_area.opened .tab > li.select a {
  border-bottom-color: #e1dace;
  background-image: url(../images/icon_opened.png);
}

#recipe .recipe_box .tab_area .tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 0;
}

#recipe .recipe_box .tab_area .tab > li {
  margin-bottom: 0;
}

#recipe .recipe_box .tab_area .tab > li a {
  display: block;
  width: 10.5em;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #231815;
  line-height: 1;
  padding: 0.8em 1em 0.8em 0;
  background-image: url(../images/icon_closed.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  border: 1px solid #231815;
}

#recipe .recipe_box .tab_area .tab > li a:hover {
  color: rgba(35, 24, 21, 0.7);
}

#recipe .recipe_box .tab_area .tab > li + li {
  margin-left: 1.1em;
}

#recipe .recipe_box .tab_area .tab_content {
  display: none;
  margin-top: -1px !important;
  margin-bottom: 0;
  border-top: 1px solid #231815;
}

#recipe .recipe_box .tab_area .tab_content > li {
  margin-bottom: 0;
}

#recipe .recipe_box .how_to_cook {
  padding: 1.3em 1em;
}

#recipe .recipe_box .how_to_cook ol {
  margin-bottom: 0;
}

#recipe .recipe_box .how_to_cook ol li {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 0.75em;
}

#recipe .recipe_box .how_to_cook ol li:last-child {
  margin-bottom: 0;
}

#recipe .recipe_box .ingredients {
  padding: 1.3em 1em;
}

#recipe .recipe_box .ingredients ul {
  margin-bottom: 0;
}

#recipe .recipe_box .ingredients ul li {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 0.35em;
}

#recipe .recipe_box .ingredients ul li dl {
  margin-bottom: 0;
}

#recipe .recipe_box .ingredients ul li dl dt {
  display: inline;
}

#recipe .recipe_box .ingredients ul li dl dt:after {
  content: "…";
  margin: 0 0.5em;
}

#recipe .recipe_box .ingredients ul li dl dd {
  display: inline;
}

#recipe .recipe_box .ingredients ul li p {
  font-size: 0.9em;
  color: #444;
  margin: 0.3em 0 0;
}

#recipe .recipe_box .ingredients ul li:last-child {
  margin-bottom: 0;
}

#recipe .button_area {
  margin-top: 3em;
}

#recipe .button_area a {
  display: block;
  border-radius: 3px;
  background-color: #e1dace;
  background-image: url(../images/icon_arrow_black_r.png);
  background-repeat: no-repeat;
  background-position: right 1.2em center;
  text-align: center;
  color: #231815;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: 400px;
  margin: 0 auto;
  padding: 0.8em 1em 0.8em 0;
}

#recipe .button_area a:hover {
  opacity: 0.7;
}

.bottom_lead_area {
  margin-bottom: 2.5em;
}

.bottom_lead_area .lead_area {
  margin-bottom: 1.1em;
}

.bottom_lead_area .lead_area img {
  width: 100%;
}

.bottom_lead_area .lead_area p {
  margin-top: -12.5%;
  font-size: 1.8125rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #cd5a3c;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.bottom_lead_area .lead_area p span {
  display: table;
  line-height: 1;
  white-space: nowrap;
  margin: 0 auto 0.7em;
  background-color: #fff;
  padding: 0.4em 1em;
}

.bottom_lead_area .ham_image {
  text-align: center;
}

.bottom_lead_area .ham_image .image_area {
  margin-bottom: 2em;
}

.bottom_lead_area .ham_image p {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #cd5a3c;
  margin-bottom: 0;
}

/* 大山ハムオンラインショップ 熟成乾塩ベーコン入りの人気セット */
#online_shop {
  box-shadow: 0 0 0 1px #cd5a3c, 0 0 0 2px #f8ede6, 0 0 0 3px #cd5a3c;
  margin: 3px;
  padding: 3em 7em 2em;
}

#online_shop .title_lead {
  font-size: 1.25rem;
  font-weight: bold;
  color: #cd5a3c;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: -0.3em;
}

#online_shop h2 {
  color: #cd5a3c;
  margin-bottom: 0.8em;
}

#online_shop h2:before, #online_shop h2:after {
  color: rgba(205, 90, 60, 0.5);
}

#online_shop .products_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#online_shop .product_box {
  position: relative;
  padding-bottom: 4.5em;
  margin-bottom: 1.5em;
  width: 46.5%;
}

#online_shop .product_box figure {
  margin-bottom: 0.8em;
  text-align: center;
}

#online_shop .product_box a {
  text-decoration: none;
  display: block;
}

#online_shop .product_box a:hover {
  opacity: 0.7;
  color: #231815;
}

#online_shop .product_box .product_image {
  margin-bottom: 0.8em;
}

#online_shop .product_box .product_image img {
  max-width: 100%;
}

#online_shop .product_box h3 {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 -5px 0.5em;
}

#online_shop .product_box h3 .larger {
  font-size: 1.3em;
}

#online_shop .product_box .product_no {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid #cd5a3c;
  margin-bottom: 1.2em;
}

#online_shop .product_box .product_no p {
  width: 50%;
  margin-bottom: 0;
  text-align: center;
}

#online_shop .product_box .product_no p:first-child {
  background-color: #cd5a3c;
  color: #fff;
  font-size: 0.875rem;
}

#online_shop .product_box .product_no p:last-child {
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  color: #231815;
}

#online_shop .product_box .price p {
  line-height: 1;
  margin-bottom: 0;
  display: inline;
  color: #cd5a3c;
}

#online_shop .product_box .price p:first-child {
  font-size: 1.925rem;
  font-weight: bold;
  color: #c33c1d;
}

#online_shop .product_box .price p:first-child .smaller {
  font-size: 0.72em;
}

#online_shop .product_box .price p:last-child {
  margin-left: 0.5em;
  font-size: 0.875rem;
  color: #736357;
}

#online_shop .product_box a.button_cart {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 3px;
  background: #c33c1d url(../images/icon_cart.png) no-repeat left 50px center;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: 1em 0 1em 1.5em;
  transition: 0.3s;
}

#online_shop .product_box a.button_cart:hover {
  background-color: #9b1802;
  opacity: 1;
}

/* footer
====================================================================================================================================== */
#footer {
  background-color: #fff;
  padding: 1.5em 0;
}

#footer .footer_nav {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#footer .footer_nav li {
  margin-bottom: 0.7em;
  border-right: 1px solid #231815;
  border-left: 1px solid #231815;
}

#footer .footer_nav li + li {
  margin-left: -1px;
}

#footer .footer_nav li a {
  display: block;
  font-size: 1rem;
  padding: 0 1.2em;
  line-height: 1em;
  text-decoration: none;
}

#footer .footer_nav li a:hover {
  text-decoration: underline;
}

#footer .footer_info {
  margin-bottom: 0.4em;
  text-align: center;
}

#footer .footer_info .footer_logo {
  margin-bottom: 0.4em;
}

#footer .footer_info .footer_logo img {
  width: 100%;
  max-width: 400px;
}

#footer .footer_info .footer_logo a:hover {
  opacity: 0.8;
}

#footer .footer_info h3 {
  margin-bottom: 0;
}

#footer .footer_info address {
  font-size: 0.875rem;
}

#footer .footer_info .footer_info_link {
  margin-bottom: 0.8em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#footer .footer_info .footer_info_link li {
  margin-bottom: 0;
}

#footer .footer_info .footer_info_link li a {
  font-size: 1rem;
  display: block;
  line-height: 1em;
  text-decoration: underline;
}

#footer .footer_info .footer_info_link li a:hover {
  text-decoration: none;
}

#footer .copyright {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
}

/* side_fixed_box
====================================================================================================================================== */
#side_fixed_box {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 99999;
}

#side_fixed_box .top_page {
  display: block;
  width: 40px;
}

#side_fixed_box .top_page img {
  width: 100%;
}

#side_fixed_box .top_page:hover {
  opacity: 0.7;
}
